soft-router
Advanced tools
Comparing version 0.1.5 to 0.1.6
{ | ||
"name": "soft-router", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"description": "舒服路由", | ||
"main": "dist/bundle.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "webpack", | ||
"test": "node test/test.js", | ||
"pub": "npm publish --access public" | ||
@@ -22,2 +22,3 @@ }, | ||
"dependencies": { | ||
"@babel/runtime": "^7.3.1", | ||
"lodash.isequal": "^4.5.0" | ||
@@ -27,2 +28,3 @@ }, | ||
"@babel/core": "^7.2.2", | ||
"@babel/plugin-transform-runtime": "^7.2.0", | ||
"@babel/preset-env": "^7.3.1", | ||
@@ -29,0 +31,0 @@ "babel-loader": "^8.0.5" |
@@ -7,3 +7,4 @@ | ||
output: { | ||
filename: 'dist/bundle.js' | ||
filename: 'dist/bundle.js', | ||
libraryTarget: "umd" | ||
}, | ||
@@ -10,0 +11,0 @@ module: { |
Sorry, the diff of this file is too big to display
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
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality package.
Found 1 instance in 1 package
104200
12
3141
1
2
4
+ Added@babel/runtime@^7.3.1
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)