Socket
Socket
Sign inDemoInstall

react-split-pane

Package Overview
Dependencies
Maintainers
1
Versions
89
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-split-pane - npm Package Compare versions

Comparing version 0.1.77 to 0.1.81

dist/index.cjs.js

75

package.json
{
"name": "react-split-pane",
"description": "React split-pane component",
"main": "index.js",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"types": "index.d.ts",
"version": "0.1.77",
"files": [
"dist",
"index.d.ts"
],
"version": "0.1.81",
"repository": {

@@ -27,2 +32,3 @@ "type": "git",

"prop-types": "^15.5.10",
"react-lifecycles-compat": "^3.0.4",
"react-style-proptype": "^3.0.0"

@@ -34,6 +40,7 @@ },

"babel-cli": "^6.24.1",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"babel-preset-es2015": "^6.24.1",
"babel-eslint": "^8.2.3",
"babel-plugin-external-helpers": "^6.22.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babelify": "^7.3.0",

@@ -44,9 +51,26 @@ "browserify": "^14.4.0",

"coveralls": "^2.13.1",
"cross-env": "^5.2.0",
"eslint": "^4.19.1",
"eslint-config-fbjs": "^2.0.1",
"eslint-config-prettier": "^2.9.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-flowtype": "^2.49.3",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-prettier": "^2.6.0",
"eslint-plugin-react": "^7.9.1",
"eslint-plugin-relay": "^0.0.21",
"express": "^4.15.3",
"mochify": "^3.3.0",
"husky": "^0.14.3",
"lint-staged": "^7.2.0",
"mochify": "^5.8.0",
"mochify-istanbul": "^2.4.2",
"prettier": "^1.7.4",
"prettier": "^1.13.5",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"release-it": "^7.0.2",
"rimraf": "^2.6.2",
"rollup": "^0.60.7",
"rollup-plugin-babel": "^3.0.4",
"rollup-plugin-commonjs": "^9.1.3",
"rollup-plugin-node-resolve": "^3.3.0",
"surge": "^0.19.0",

@@ -57,14 +81,21 @@ "typescript": "^2.5.3",

"scripts": {
"compile": "babel -d lib/ src/",
"compile:watch": "babel -w -d lib/ src/",
"prepublish": "npm run compile",
"test": "npm run compile && mochify -R spec",
"test:watch": "npm run compile:watch & mochify -R spec --watch",
"test:coverage": "mochify --plugin [ mochify-istanbul --exclude '**/test/**' --report lcovonly ] && cat lcov.info | coveralls && rm lcov.info",
"demo": "npm run compile && browserify demo/Examples.js -d -t -o demo/bundle.js",
"demo:watch": "npm run compile:watch & watchify demo/Examples.js -d -t -o demo/bundle.js",
"demo:publish": "npm run compile && browserify demo/Examples.js -d -t -o demo/bundle.js && surge demo react-split-pane.surge.sh",
"prettier": "prettier --single-quote --trailing-comma es5 --write './{src,test}/**/*.js'",
"release:patch": "npm test && npm run compile && npm version patch && git push && npm publish"
"build": "npm run clean && rollup -c",
"build:watch": "rollup -c --watch",
"clean": "rimraf dist",
"test": "cross-env NODE_ENV=test mochify -R spec",
"test:watch": "cross-env NODE_ENV=test mochify -R spec --watch",
"test:coverage": "cross-env NODE_ENV=test mochify --plugin [ mochify-istanbul --exclude '**/test/**' --report lcovonly ] && cat lcov.info | coveralls && rm lcov.info",
"website:start": "npm run start --prefix website",
"website:deploy": "npm run deploy --prefix website",
"prettier": "prettier --write '{src,test}/**/*.js'",
"lint": "eslint src test",
"release:patch": "npm test && npm run build && npm version patch && git push && npm publish",
"precommit": "lint-staged"
},
"lint-staged": {
"*.js": [
"prettier --write",
"git add"
]
},
"browserify": {

@@ -77,3 +108,7 @@ "transform": [

},
"false": {}
"babel": {
"presets": [
"./.babelrc.js"
]
}
}
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