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

cssta

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cssta - npm Package Compare versions

Comparing version 0.0.2 to 0.1.0

.babelrc

7

.eslintrc.js

@@ -8,3 +8,6 @@ module.exports = {

"import"
]
};
],
"rules": {
"react/jsx-filename-extension": [0],
}
};
{
"name": "cssta",
"version": "0.0.2",
"version": "0.1.0",
"description": "",
"main": "index.js",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel ./src --out-dir ./dist"
},

@@ -13,7 +14,12 @@ "keywords": [],

"dependencies": {
"postcss": "^5.2.0",
"postcss-transform-animations": "^1.0.0",
"postcss": "^5.2.5",
"postcss-nested": "^1.0.0",
"postcss-safe-parser": "^2.0.0",
"postcss-selector-parser": "^2.2.1",
"postcss-transform-animations": "^1.0.1",
"postcss-transform-classes": "^1.0.0"
},
"devDependencies": {
"babel-cli": "^6.18.0",
"babel-preset-es2015": "^6.18.0",
"eslint": "^3.5.0",

@@ -24,3 +30,6 @@ "eslint-config-airbnb": "^11.1.0",

"eslint-plugin-react": "^6.3.0"
},
"peerDependencies": {
"react": "^15.3.2"
}
}
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