Comparing version 0.8.85 to 0.8.86
@@ -5,3 +5,3 @@ | ||
require('console-polyfill'); | ||
require('promise-prototype-finally'); | ||
require('./common/promise-finally-polyfill'); | ||
// require('babel-polyfill'); | ||
@@ -8,0 +8,0 @@ // require('../third-party/bluebird.min.js'); |
@@ -5,3 +5,3 @@ | ||
require('console-polyfill'); | ||
require('promise-prototype-finally'); | ||
require('./common/promise-finally-polyfill'); | ||
// require('babel-polyfill'); | ||
@@ -8,0 +8,0 @@ // require('../third-party/bluebird.min.js'); |
@@ -119,3 +119,3 @@ 'use strict'; | ||
/** | ||
* @desc: 合并多个map. | ||
* @desc: 合并多个map (浅拷贝). | ||
* @return: {} | ||
@@ -139,3 +139,2 @@ */ | ||
}; | ||
/** | ||
@@ -142,0 +141,0 @@ * @desc: 判断参数是否是null,undefined,NaN |
// require('es5-shim'); | ||
// require('es5-shim/es5-sham'); | ||
require('console-polyfill') | ||
require('promise-prototype-finally'); | ||
require('./common/promise-finally-polyfill'); | ||
// require('babel-polyfill'); | ||
@@ -6,0 +6,0 @@ // require('./third-party/bluebird.min.js'); |
@@ -5,3 +5,3 @@ | ||
require('console-polyfill'); | ||
require('promise-prototype-finally'); | ||
require('./common/promise-finally-polyfill'); | ||
// require('babel-polyfill'); | ||
@@ -8,0 +8,0 @@ // require('../third-party/bluebird.min.js'); |
@@ -5,3 +5,3 @@ | ||
require('console-polyfill'); | ||
require('promise-prototype-finally'); | ||
require('./common/promise-finally-polyfill'); | ||
// require('babel-polyfill'); | ||
@@ -8,0 +8,0 @@ // require('../third-party/bluebird.min.js'); |
@@ -7,3 +7,2 @@ { | ||
"md5": "^2.2.1", | ||
"promise-prototype-finally": "^1.0.0", | ||
"sha1": "^1.1.1" | ||
@@ -82,3 +81,3 @@ }, | ||
"name": "febs-browser", | ||
"version": "0.8.85" | ||
"version": "0.8.86" | ||
} |
@@ -5,3 +5,3 @@ | ||
require('console-polyfill'); | ||
require('promise-prototype-finally'); | ||
require('./common/promise-finally-polyfill'); | ||
// require('babel-polyfill'); | ||
@@ -8,0 +8,0 @@ // require('../third-party/bluebird.min.js'); |
@@ -13,3 +13,2 @@ { | ||
"promise": "^7.1.1", | ||
"promise-prototype-finally": "^1.0.0", | ||
"raw-body": "^2.2.0", | ||
@@ -92,3 +91,3 @@ "sha1": "^1.1.1", | ||
"name": "febs", | ||
"version": "0.8.85" | ||
"version": "0.8.86" | ||
} |
require('promise-prototype-finally'); | ||
require('../browser/common/promise-finally-polyfill'); | ||
@@ -4,0 +4,0 @@ exports.BigNumber = require('bignumber.js'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
5667916
13
90
60363
5
- Removedpromise-prototype-finally@^1.0.0
- Removedpromise-prototype-finally@1.0.0(transitive)