Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

affixer

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

affixer - npm Package Compare versions

Comparing version 0.0.0-alpha.0.0.1 to 0.0.0-alpha.0.0.2

.babelrc

69

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc