Socket
Socket
Sign inDemoInstall

classed-components

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

classed-components - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

7

package.json

@@ -13,6 +13,7 @@ {

"name": "classed-components",
"version": "0.4.0",
"version": "0.4.1",
"description": "Like styled-components but for classes. Quickly create components based on CSS classes.",
"main": "lib/main.js",
"module": "src/index.js",
"jsnext:main": "src/index.js",
"scripts": {

@@ -46,3 +47,2 @@ "test": "jest",

"react-addons-test-utils": "^15.4.2",
"react-dom": "^15.5.3",
"react-test-renderer": "^15.4.2",

@@ -54,3 +54,4 @@ "webpack": "^2.3.3"

"prop-types": "^15.5.6"
}
},
"dependencies": {}
}

@@ -9,3 +9,5 @@ # classed-components

Plus, it just comes at `4.26kB` and has no dependencies!
## How to get started

@@ -12,0 +14,0 @@ ```bash

@@ -1,1 +0,2 @@

export default from './classed'
import classed from './classed'
export default classed
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