create-point-cb
Advanced tools
Comparing version 1.1.0 to 1.2.0
{ | ||
"name": "create-point-cb", | ||
"version": "1.1.0", | ||
"version": "1.2.0", | ||
"description": "Create a point from a DOM event", | ||
"main": "index.js", | ||
"main": "dist/bundle.js", | ||
"jsnext:main": "dist/bundle.es.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"build": "node ./rollit" | ||
}, | ||
@@ -15,3 +17,13 @@ "keywords": [ | ||
"author": "Quentin Engles <hollowdoor99@gmail.com>", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"devDependencies": { | ||
"babel-preset-es2015-rollup": "^1.2.0", | ||
"rollup-plugin-babel": "^2.6.1", | ||
"rollup-plugin-commonjs": "^5.0.5", | ||
"rollup-plugin-node-resolve": "^2.0.0", | ||
"uglify-js": "^2.7.4" | ||
}, | ||
"dependencies": { | ||
"type-func": "^1.0.1" | ||
} | ||
} |
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
37706
14
381
1
5
2
1
+ Addedtype-func@^1.0.1
+ Addedtype-func@1.0.3(transitive)