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

classy

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

classy - npm Package Compare versions

Comparing version 1.4.4 to 1.4.6

CONTRIBUTING.md

8

package.json
{
"name": "classy",
"version": "1.4.4",
"version": "1.4.6",
"scripts": {

@@ -27,3 +27,3 @@ "build": "browserify src/index.js -s classy -o dist/classy.js",

"type": "git",
"url": "https://github.com/zippyui/classy.git"
"url": "https://github.com/classyjs/classy.git"
},

@@ -43,5 +43,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/zippyui/classy/issues"
"url": "https://github.com/classyjs/classy/issues"
},
"homepage": "https://github.com/zippyui/classy",
"homepage": "https://github.com/classyjs/classy",
"dependencies": {

@@ -48,0 +48,0 @@ "newify": "~1.1.3",

@@ -10,10 +10,16 @@ Classy - Smart JavaScript classes

```sh
$ npm install classy
```
npm install classy
For the browser please either use `webpack` or `browserify` to integrate classy into your app.
<!--
```
For the browser use
```
dist/classy.js
```
-->
## Contributing
See [CONTRIBUTING.md](./CONTRIBUTING.md)
## Example

@@ -20,0 +26,0 @@ ```js

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