meteor-node-stubs 1.2.26 → 1.2.27

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2129,6 +2129,11 @@
2129
2129
  this.words[this.length - 1] &= mask;
2130
2130
  }
2131
2131
 
2132
+ if (this.length === 0) {
2133
+ this.words[0] = 0;
2134
+ this.length = 1;
2135
+ }
2136
+
2132
2137
  return this.strip();
2133
2138
  };
2134
2139
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bn.js",
3
- "version": "4.12.2",
3
+ "version": "4.12.3",
4
4
  "description": "Big number implementation in pure javascript",
5
5
  "main": "lib/bn.js",
6
6
  "scripts": {
@@ -2129,6 +2129,11 @@
2129
2129
  this.words[this.length - 1] &= mask;
2130
2130
  }
2131
2131
 
2132
+ if (this.length === 0) {
2133
+ this.words[0] = 0;
2134
+ this.length = 1;
2135
+ }
2136
+
2132
2137
  return this.strip();
2133
2138
  };
2134
2139
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bn.js",
3
- "version": "4.12.2",
3
+ "version": "4.12.3",
4
4
  "description": "Big number implementation in pure javascript",
5
5
  "main": "lib/bn.js",
6
6
  "scripts": {
@@ -2216,6 +2216,11 @@
2216
2216
  this.words[this.length - 1] &= mask;
2217
2217
  }
2218
2218
 
2219
+ if (this.length === 0) {
2220
+ this.words[0] = 0;
2221
+ this.length = 1;
2222
+ }
2223
+
2219
2224
  return this._strip();
2220
2225
  };
2221
2226
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bn.js",
3
- "version": "5.2.2",
3
+ "version": "5.2.3",
4
4
  "description": "Big number implementation in pure javascript",
5
5
  "keywords": [
6
6
  "BN",
@@ -2129,6 +2129,11 @@
2129
2129
  this.words[this.length - 1] &= mask;
2130
2130
  }
2131
2131
 
2132
+ if (this.length === 0) {
2133
+ this.words[0] = 0;
2134
+ this.length = 1;
2135
+ }
2136
+
2132
2137
  return this.strip();
2133
2138
  };
2134
2139
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bn.js",
3
- "version": "4.12.2",
3
+ "version": "4.12.3",
4
4
  "description": "Big number implementation in pure javascript",
5
5
  "main": "lib/bn.js",
6
6
  "scripts": {
@@ -2129,6 +2129,11 @@
2129
2129
  this.words[this.length - 1] &= mask;
2130
2130
  }
2131
2131
 
2132
+ if (this.length === 0) {
2133
+ this.words[0] = 0;
2134
+ this.length = 1;
2135
+ }
2136
+
2132
2137
  return this.strip();
2133
2138
  };
2134
2139
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bn.js",
3
- "version": "4.12.2",
3
+ "version": "4.12.3",
4
4
  "description": "Big number implementation in pure javascript",
5
5
  "main": "lib/bn.js",
6
6
  "scripts": {
@@ -2129,6 +2129,11 @@
2129
2129
  this.words[this.length - 1] &= mask;
2130
2130
  }
2131
2131
 
2132
+ if (this.length === 0) {
2133
+ this.words[0] = 0;
2134
+ this.length = 1;
2135
+ }
2136
+
2132
2137
  return this.strip();
2133
2138
  };
2134
2139
 
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bn.js",
3
- "version": "4.12.2",
3
+ "version": "4.12.3",
4
4
  "description": "Big number implementation in pure javascript",
5
5
  "main": "lib/bn.js",
6
6
  "scripts": {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "meteor-node-stubs",
3
3
  "author": "Ben Newman <ben@meteor.com>",
4
4
  "description": "Stub implementations of Node built-in modules, a la Browserify",
5
- "version": "1.2.26",
5
+ "version": "1.2.27",
6
6
  "main": "index.js",
7
7
  "license": "MIT",
8
8
  "homepage": "https://github.com/meteor/meteor/blob/devel/npm-packages/meteor-node-stubs/README.md",