cycle-grid-driver
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "cycle-grid-driver", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "cycle.js grid driver", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "mocha --compilers js:babel-register", | ||
"build": "babel src -d dist" | ||
}, | ||
@@ -18,3 +19,12 @@ "author": "Domagoj Kriskovic", | ||
}, | ||
"homepage": "https://github.com/domagojk/cycle-grid-driver#readme" | ||
"homepage": "https://github.com/domagojk/cycle-grid-driver#readme", | ||
"devDependencies": { | ||
"babel-cli": "^6.11.4", | ||
"babel-preset-es2015": "^6.13.2", | ||
"babel-preset-stage-2": "^6.13.0", | ||
"babel-register": "^6.11.6" | ||
}, | ||
"dependencies": { | ||
"xstream": "^5.3.6" | ||
} | ||
} |
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
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
7343
7
202
1
1
4
1
+ Addedxstream@^5.3.6
+ Addedxstream@5.3.6(transitive)