Commit Graph

63 Commits

Author SHA1 Message Date
Filipe Névola
ae2b43faa3 Merge pull request #27 from xet7/master
Update elliptic to 6.5.4
2021-03-22 10:18:06 -04:00
Lauri Ojansivu
1fb58b33fd Update elliptic to 6.5.4
Fixes #26

Related https://github.com/meteor/node-stubs/pull/25
2021-03-19 23:16:44 +02:00
filipenevola
51715944b0 v1.0.2 2021-03-18 10:45:49 -04:00
Filipe Névola
4310b305e4 Merge pull request #25 from meteor/dependabot/npm_and_yarn/elliptic-6.5.4 2021-03-18 10:41:45 -04:00
dependabot[bot]
45bfafe399 Bump elliptic from 6.5.3 to 6.5.4
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-03-08 19:14:04 +00:00
filipenevola
80ae689c4d v1.0.1 2020-08-05 17:49:55 -04:00
Filipe Névola
0e28a762d6 Merge pull request #21 from meteor/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.4.1 to 6.5.3
2020-08-05 17:44:02 -04:00
dependabot[bot]
8f45cd1588 Bump elliptic from 6.4.1 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.1 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.4.1...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-30 01:06:50 +00:00
Ben Newman
37cfa17612 Bump npm version to 1.0.0 in preparation for publishing. 2019-04-09 18:11:55 -04:00
Ben Newman
627591b988 Fix _stream_{duplex,passthrough,readable,transform,writable} import paths. 2019-04-09 18:11:55 -04:00
Ben Newman
bd5227a40a Update package-lock.json. 2019-04-09 17:49:42 -04:00
Ben Newman
4d70f1938a Update all dependencies to latest versions.
Also verified that the list of modules is the same as
https://www.npmjs.com/package/node-libs-browser, and none of the packages
used to provide the stubs have changed (just their versions).
2019-04-09 17:48:50 -04:00
Ben Newman
998d5a746b Bump npm version to 0.4.1 in preparation for publishing. 2018-05-08 12:13:18 -04:00
Ben Newman
d88681f2b0 Correctly obtain named Buffer export from "buffer" built-in. 2018-05-08 12:12:55 -04:00
Ben Newman
5e403de48e Bump npm version to 0.4.0 in preparation for publishing. 2018-05-08 12:07:58 -04:00
Ben Newman
f64e023202 Update npm-shrinkwrap.json to package-lock.json. 2018-05-08 12:06:22 -04:00
Ben Newman
d52c306a22 Install readable-stream@2.3.6 from npm rather than our fork. 2018-05-08 12:04:42 -04:00
Ben Newman
fc83c29b09 Define Buffer globally if buffer built-in module installed. 2018-05-08 12:02:27 -04:00
Ben Newman
6c3e31a4fe Bump NPM version to 0.3.3 in preparation for publishing. 2018-03-06 16:07:00 -05:00
Ben Newman
5ab4c5144d Update npm-shrinkwrap.json. 2018-03-06 16:04:43 -05:00
Ben Newman
81710aacb0 Bump string_decoder to latest version. 2018-03-06 16:04:41 -05:00
Kingsley Ochu
488059954d Replace unmaintained http-browserify with stream-http (#13) 2018-03-06 14:25:39 -05:00
Ben Newman
c09ed6f350 Bump NPM version to 0.3.2 in preparation for publishing. 2017-10-18 21:16:17 -04:00
Ben Newman
2b3509ef13 Go back to using a GitHub URL for meteor/readable-stream.
Unfortunately "file:files/readable-stream-2.3.3.tgz" didn't work, since
the published version of the package referred to /Users/ben/dev/node-stubs
rather than referring to the local .tgz file. I have to conclude from this
experience that file: dependencies are never supposed to be published.
2017-10-18 21:14:04 -04:00
Ben Newman
76481b795c Bump NPM version to 0.3.1 in preparation for publishing. 2017-10-18 19:33:04 -04:00
Ben Newman
57ddac122b Update npm-shrinkwrap.json. 2017-10-18 19:31:59 -04:00
Ben Newman
982f17fa5b Install readable-stream from a local .tgz instead of using git.
https://github.com/meteor/meteor/issues/9243
2017-10-18 19:30:45 -04:00
Ben Newman
7e4b32d042 Revert "Replace readable-stream and stream-browserify with Meteor forks."
This reverts commit 0bb13e4fb4.
2017-10-18 19:20:00 -04:00
Ben Newman
d878461be5 Bump NPM version to 0.3.0 in preparation for publishing. 2017-10-18 15:04:23 -04:00
Ben Newman
dc2947580a Update npm-shrinkwrap.json. 2017-10-18 15:02:08 -04:00
Ben Newman
0bb13e4fb4 Replace readable-stream and stream-browserify with Meteor forks.
Fixes #10.
See also: https://github.com/meteor/meteor/issues/9243
2017-10-18 15:00:52 -04:00
Ben Newman
45ed0bdb0e Bump NPM version to 0.2.11 in preparation for publishing. 2017-06-02 16:46:22 -04:00
Ben Newman
3ef463646a Revert "Replace useless core-util-is module with empty stub."
This reverts commit 9ca5b27977.

This commit is no longer needed now that core-util-is is not used by any
dependencies (thanks to our fork of readable-stream).
2017-06-02 16:45:42 -04:00
Ben Newman
e84ceee204 Bump NPM version to 0.2.10 in preparation for publishing. 2017-06-02 16:24:24 -04:00
Ben Newman
8a1cf8cafb Use git+https: protocol for Windows developers who don't have git.exe. 2017-06-02 16:24:09 -04:00
Ben Newman
2feb096fc9 Bump NPM version to 0.2.9 in preparation for publishing. 2017-06-02 16:05:17 -04:00
Ben Newman
d2fef404f6 Polyfill global.Buffer when importing the crypto stub. 2017-06-02 16:03:19 -04:00
Ben Newman
26035bc15a Use a fork of readable-stream that does not use core-util-is. 2017-06-02 15:39:37 -04:00
Ben Newman
6eebff9798 Update shrinkwrap. 2017-06-02 15:38:04 -04:00
Ben Newman
9ca5b27977 Replace useless core-util-is module with empty stub.
Loading this package triggers a ReferenceError if Buffer is not globally
defined. However, this package never uses Buffer.isBuffer, and in fact
none of this package's properties are ever used by any other packages in
meteor-node-stubs, so it seems safe to replace it with an empty stub.
2017-06-02 15:34:04 -04:00
Ben Newman
1727ebfb7b Move build-deps.js to scripts/ directory. 2017-06-02 15:33:46 -04:00
Ben Newman
68527e8b15 Polyfill require("module") more usefully. 2017-06-02 15:33:46 -04:00
Ben Newman
91eb2cbc6e Bump NPM version to 0.2.8 in preparation for publishing. 2017-05-29 13:03:47 -04:00
Ben Newman
fb61120778 Revert "Upgrade all dependencies."
This reverts commit 789b8ff81c.
2017-05-29 13:03:20 -04:00
Ben Newman
5dbcfd678b Bump NPM version to 0.2.7 in preparation for publishing. 2017-05-29 10:56:58 -04:00
Ben Newman
789b8ff81c Upgrade all dependencies. 2017-05-29 10:56:37 -04:00
Ben Newman
828653f6c7 Bump NPM version to 0.2.6 in preparation for publishing. 2017-03-13 12:51:03 -04:00
Ben Newman
0306f9b8fc Bundle dependencies to ensure expected module identifiers.
The npm-shrinkwrap.json file ensures that the dependencies of this package
are installed in a nested node_modules directory if you're using npm, but
npm-shrinkwrap.json is ignored if you're using a tool like yarn.

This is important because of the way we build path aliases in index.js:
618d67149f/index.js (L6-L10)
2017-03-13 12:51:03 -04:00
Ben Newman
618d67149f Bump NPM version to 0.2.5 in preparation for publishing. 2017-01-26 17:55:32 -05:00
Ben Newman
e22136d56d Avoid calling require.resolve at runtime.
In an environment that supports dynamic asynchronous module fetching,
require.resolve will fail during application startup but might succeed
later, so it's safer to use a known identifier string alias.
2017-01-26 17:54:02 -05:00