get-scroll-info
Advanced tools
Comparing version 0.0.14 to 0.1.0
{ | ||
"name": "get-scroll-info", | ||
"version": "0.0.14", | ||
"version": "0.1.0", | ||
"description": "Get Scroll Information", | ||
"repository": "react-atomic/react-atomic-organism", | ||
"main": "./build/src/index.js", | ||
"main": "./build/cjs/src/index.js", | ||
"module": "./build/es/src/index.js", | ||
"keywords": [], | ||
"author": "Hill <hill@kimo.com>", | ||
"license": "MIT", | ||
"dependencies": {}, | ||
"dependencies": { | ||
}, | ||
"devDependencies": { | ||
"babel-cli": "^6.7.5" | ||
"@babel/cli": "^7.x", | ||
"chai": "*", | ||
"mocha": "*" | ||
}, | ||
"scripts": { | ||
"build": "rm -rf build && BABEL_ENV=build babel src -d build/src", | ||
"prepublishOnly": "npm run build" | ||
"build:cjs": "BABEL_ENV=build babel src -d build/cjs/src --root-mode upward", | ||
"build:es": "BABEL_ENV=es babel src -d build/es/src --root-mode upward", | ||
"build:test": "BABEL_ENV=build babel tests -d build/tests --root-mode upward", | ||
"build": "rm -rf build && npm run build:cjs && npm run build:es", | ||
"prepublishOnly": "npm run build", | ||
"test": "npm run build && npm run build:test && mocha 'build/tests/**/*.js'" | ||
}, | ||
@@ -18,0 +26,0 @@ "files": [ |
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
5910
4
167
3
1