Comparing version 0.0.0-alpha.0.0.1 to 0.0.0-alpha.0.0.2
{ | ||
"name": "affixer", | ||
"version": "0.0.0-alpha.0.0.1", | ||
"title": "Affixer JS", | ||
"description": "Affixer makes it extremely easy to affix an element on the screen while you scroll", | ||
"main": "dist/affixer.js", | ||
"scripts": { | ||
"dev": "webpack --progress --hide-modules", | ||
"watch": "webpack --progress --hide-modules --watch", | ||
"prod": "cross-env NODE_ENV=production webpack --progress --hide-modules", | ||
"demo": "webpack --progress --hide-modules --config='build/webpack.demos.config.js'", | ||
"watch-demo": "webpack --progress --hide-modules --watch --config='build/webpack.demos.config.js'" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/eddiemf/affixer.git" | ||
}, | ||
"keywords": [ | ||
"affixer", | ||
"affix", | ||
"fixed", | ||
"sticky", | ||
"scroll" | ||
], | ||
"author": { | ||
"name": "Mauricio Farias Dziedzinski", | ||
"email": "d.mauriciofarias@gmail.com" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/eddiemf/affixer/issues" | ||
}, | ||
"homepage": "https://github.com/eddiemf/affixer#readme" | ||
"name": "affixer", | ||
"version": "0.0.0-alpha.0.0.2", | ||
"title": "Affixer JS", | ||
"description": "Affixer makes it extremely easy to affix an element on the screen while you scroll", | ||
"main": "dist/affixer.js", | ||
"devDependencies": { | ||
"rollup-plugin-buble": "^0.13.0", | ||
"rollup-watch": "^2.5.0", | ||
"uglify-js": "^2.7.3" | ||
}, | ||
"scripts": { | ||
"start": "npm run dev", | ||
"dev": "npm run build:rollup -- --watch", | ||
"build": "npm run build:rollup && npm run build:minify", | ||
"build:rollup": "rollup -c", | ||
"build:minify": "uglifyjs dist/affixer.js --comments /^/*!/ --compress --mangle --output dist/affixer.min.js" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/eddiemf/affixer.git" | ||
}, | ||
"keywords": [ | ||
"affixer", | ||
"affix", | ||
"fixed", | ||
"sticky", | ||
"scroll" | ||
], | ||
"author": { | ||
"name": "Mauricio Farias Dziedzinski", | ||
"email": "d.mauriciofarias@gmail.com" | ||
}, | ||
"license": "MIT", | ||
"bugs": { | ||
"url": "https://github.com/eddiemf/affixer/issues" | ||
}, | ||
"homepage": "https://github.com/eddiemf/affixer#readme" | ||
} |
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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
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
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
64609
13
945
1
2
3