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

react-pushstate-anchor

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-pushstate-anchor - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

es/index.js

42

package.json
{
"name": "react-pushstate-anchor",
"version": "0.1.0",
":main": "./src/lib/index.js",
"jsnext:main": "./src/lib/index.js",
"version": "0.1.1",
"main": "index.js",
"devDependencies": {
"react-scripts": "1.1.4"
"react-scripts": "1.1.4",
"babel-cli": "^6.26.0",
"babel-eslint": "^8.2.1",
"babel-jest": "^22.1.0",
"babel-plugin-dev-expression": "^0.2.1",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-imports": "^1.2.0",
"babel-plugin-transform-react-remove-prop-types": "^0.4.12",
"babel-preset-es2015": "^6.14.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"eslint": "^4.16.0",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-react": "^7.6.0",
"gzip-size": "^4.1.0",
"jest": "^22.1.4",
"pretty-bytes": "^4.0.2",
"raf": "^3.4.0",
"rollup": "^0.50.1",
"rollup-plugin-babel": "^3.0.3",
"rollup-plugin-commonjs": "^8.2.6",
"rollup-plugin-node-resolve": "^3.0.2",
"rollup-plugin-replace": "^2.0.0",
"rollup-plugin-uglify": "^3.0.0"
},
"files": [
"index.js",
"umd",
"es"
],
"dependencies": {

@@ -13,4 +40,4 @@ "history": "^4.7.2"

"peerDependencies": {
"react": "^16.3.1",
"react-dom": "^16.3.1"
"react": ">=16.3.1",
"react-dom": ">=16.3.1"
},

@@ -21,4 +48,5 @@ "scripts": {

"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
"eject": "react-scripts eject",
"prepublishOnly": "node ./tools/build.js"
}
}
public/favicon.ico
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