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

react-sticky

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-sticky - npm Package Compare versions

Comparing version 4.0.0-rc1 to 4.0.0-rc10

index.html

17

package.json
{
"name": "react-sticky",
"version": "4.0.0rc1",
"version": "4.0.0-rc10",
"description": "Sticky component for React",

@@ -8,5 +8,5 @@ "main": "lib/index.js",

"clean": "rimraf lib dist",
"build:umd": "mkdir -p dist && browserify -u react -u react-dom -t babelify -t [ exposify --expose [ --react React --react-dom ReactDOM ] ] -p [minifyify --map index.js.map --output ./dist/sticky.js.map --uglify --compress --dead_code--comparisons 0 ] -s ReactSticky ./src --debug > ./dist/sticky.min.js",
"build:lib": "babel src --loose --out-dir lib",
"build": "npm run build:lib && npm run build:umd",
"transpile": "babel src --loose --out-dir lib",
"dist": "webpack lib/index.js dist/react-sticky.js --display-modules --progress && NODE_ENV=production webpack lib/index.js dist/react-sticky.min.js --display-modules --progress",
"build": "npm run transpile && npm run dist",
"prepublish": "npm run clean && npm run build",

@@ -25,3 +25,3 @@ "test": "NODE_ENV=test mocha --compilers js:babel-core/register"

"author": "Captivation Software",
"license": "GPLV3",
"license": "SEE LICENSE IN LICENSE",
"bugs": {

@@ -45,13 +45,10 @@ "url": "https://github.com/captivationsoftware/react-sticky/issues"

"babel-preset-stage-0": "^6.5.0",
"babelify": "^7.2.0",
"browserify": "^11.0.1",
"chai": "^3.2.0",
"exposify": "^0.5.0",
"jsdom": "8.0.4",
"lodash": "^3.10.1",
"minifyify": "^7.0.5",
"mocha": "^2.2.5",
"react-addons-test-utils": "^0.14.0",
"rimraf": "^2.5.2"
"rimraf": "^2.5.2",
"webpack": "^1.12.14"
}
}

Sorry, the diff of this file is not supported yet

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