Socket
Socket
Sign inDemoInstall

@kadira/react-split-pane

Package Overview
Dependencies
45
Maintainers
6
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.3 to 1.4.4

.scripts/gh-pages.sh

12

package.json

@@ -5,3 +5,3 @@ {

"main": "index.js",
"version": "1.4.3",
"version": "1.4.4",
"repository": {

@@ -29,2 +29,3 @@ "type": "git",

"devDependencies": {
"@kadira/storybook": "^1.28.1",
"babel-cli": "^6.6.5",

@@ -47,5 +48,7 @@ "babel-eslint": "^6.0.0",

"mochify-istanbul": "^2.4.1",
"raw-loader": "^0.5.1",
"react": "^15.0.0",
"react-addons-test-utils": "^15.0.0",
"react-dom": "^15.0.0",
"style-loader": "^0.13.1",
"surge": "^0.17.7",

@@ -65,3 +68,5 @@ "watchify": "^3.7.0"

"demo:publish": "npm run compile && browserify demo/Example.js -d -t -o demo/bundle.js && surge demo react-split-pane.surge.sh",
"release:patch": "npm test && npm run compile && npm version patch && git push && npm publish"
"release:patch": "npm test && npm run compile && npm version patch && git push && npm publish",
"storybook": "start-storybook -p 9001",
"gh-pages": "bash ./.scripts/gh-pages.sh"
},

@@ -74,3 +79,6 @@ "browserify": {

]
},
"dependencies": {
"react-storybook-story": "^1.1.1"
}
}
demo/bundle.js

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc