Socket
Socket
Sign inDemoInstall

class-set

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

class-set - npm Package Compare versions

Comparing version 0.0.1 to 0.0.3

4

package.json

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

"author": "Awnist <hi@awnist.com> (http://awnist.com)",
"version": "0.0.1",
"version": "0.0.3",
"main": "./lib/classSet",

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

"license": "MIT",
"keywords": ["react", "classSet"],
"keywords": ["react", "classSet", "classset"],
"scripts": {

@@ -16,0 +16,0 @@ "prepublish": "coffee -o lib/ -c src/"

@@ -13,3 +13,3 @@ ## What is "classSet"?

```
var classSet = require('classSet');
var classSet = require('class-set');
classes = classSet({ one: true, two: true, nope: false }, "three", null, "four");

@@ -23,4 +23,4 @@ // classes is now "one two three four"

$ npm install classSet
$ npm install class-set
classSet is licensed under [MIT](http://opensource.org/licenses/MIT).
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