regenerator
Advanced tools
Comparing version 0.9.7 to 0.10.0
@@ -19,3 +19,3 @@ { | ||
], | ||
"version": "0.9.7", | ||
"version": "0.10.0", | ||
"homepage": "http://github.com/facebook/regenerator", | ||
@@ -29,3 +29,3 @@ "repository": { | ||
"scripts": { | ||
"pretest": "./link.sh", | ||
"bootstrap": "lerna bootstrap", | ||
"test": "node test/run.js" | ||
@@ -35,13 +35,30 @@ }, | ||
"babel-core": "^6.18.2", | ||
"babel-plugin-syntax-async-functions": "^6.13.0", | ||
"babel-plugin-syntax-async-generators": "^6.13.0", | ||
"babel-plugin-transform-es2015-arrow-functions": "^6.8.0", | ||
"babel-plugin-transform-es2015-block-scoping": "^6.18.0", | ||
"babel-plugin-transform-es2015-classes": "^6.18.0", | ||
"babel-plugin-transform-es2015-for-of": "^6.18.0", | ||
"babel-runtime": "^6.18.0", | ||
"babel-types": "^6.19.0", | ||
"commoner": "^0.10.8", | ||
"private": "^0.1.6", | ||
"recast": "^0.11.17", | ||
"regenerator-preset": "^0.9.6", | ||
"regenerator-runtime": "^0.10.3", | ||
"regenerator-preset": "^0.10.0", | ||
"regenerator-runtime": "^0.11.0", | ||
"regenerator-transform": "^0.10.0", | ||
"through": "^2.3.8" | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.9.0", | ||
"babel-plugin-transform-es2015-parameters": "^6.23.0", | ||
"babel-plugin-transform-es2015-spread": "^6.22.0", | ||
"babel-plugin-transform-runtime": "^6.9.0", | ||
"babel-preset-env": "^1.2.2", | ||
"babylon": "^6.14.1", | ||
"lerna": "^2.0.0", | ||
"mocha": "^2.3.4", | ||
"promise": "^7.0.4", | ||
"semver": "^5.0.3" | ||
"semver": "^5.0.3", | ||
"uglify-js": "^3.0.27" | ||
}, | ||
@@ -48,0 +65,0 @@ "license": "BSD", |
Sorry, the diff of this file is not supported yet
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
17938
217
0
16
11
+ Addedbabel-runtime@^6.18.0
+ Addedbabel-types@^6.19.0
+ Addedprivate@^0.1.6
+ Addedregenerator-preset@0.10.1(transitive)
+ Addedregenerator-transform@0.10.1(transitive)
- Removedregenerator-preset@0.9.6(transitive)
- Removedregenerator-runtime@0.10.5(transitive)
- Removedregenerator-transform@0.9.12(transitive)
Updatedregenerator-preset@^0.10.0
Updatedregenerator-runtime@^0.11.0