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

styled-bootstrap-grid

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

styled-bootstrap-grid - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

13

package.json
{
"name": "styled-bootstrap-grid",
"version": "0.1.2",
"version": "0.1.3",
"description": "bootstrap grid system using styled components",

@@ -8,3 +8,3 @@ "main": "dist/index.js",

"build": "./node_modules/.bin/babel src -d dist",
"postinstall": "npm run build",
"prepublishOnly": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -29,12 +29,11 @@ },

"peerDependencies": {
"react": "^0.14.0 || ^15.0.0-0"
"react": "^0.14.0 || ^16.0.0-0",
"styled-components": "^1.4.4 || ^3.0.0"
},
"dependencies": {
"styled-components": "^1.4.4"
},
"devDependencies": {
"babel-cli": "^6.24.0",
"babel-preset-es2015": "^6.24.0",
"babel-preset-react": "^6.23.0"
"babel-preset-react": "^6.23.0",
"styled-components": "^1.4.4"
}
}

@@ -9,3 +9,4 @@ const buildProps = (props, propsKeys = ['children']) => {

return acc;
}, {}
},
{},
);

@@ -12,0 +13,0 @@ return otherProps;

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