New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

axis-box-layout

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

axis-box-layout - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.babelrc

21

package.json
{
"name": "axis-box-layout",
"version": "0.0.1",
"description": "Layout the box with axis.",
"main": "index.js",
"version": "0.0.2",
"description": "New layout system base on axis.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel src -d lib"
},

@@ -22,3 +23,13 @@ "repository": {

},
"homepage": "https://github.com/yujiangshui/axis-box-layout#readme"
"homepage": "https://github.com/yujiangshui/axis-box-layout#readme",
"devDependencies": {
"babel-preset-es2015": "^6.22.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"babel-cli": "^6.23.0"
},
"dependencies": {
"react": "^15.4.2",
"react-dom": "^15.4.2"
}
}
# axis-box-layout
Layout the box with axis.
New layout system base on axis.

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