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

chic

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chic - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0

7

CHANGELOG.md

@@ -6,2 +6,9 @@

1.0.0 (2012-12-11)
------------------
* API changes for non-dependency-managed users
* Stable release
0.0.3 (2012-12-08)

@@ -8,0 +15,0 @@ ------------------

2

component.json
{
"name": "chic",
"version": "0.0.3",
"version": "1.0.0",

@@ -5,0 +5,0 @@ "description": "Chic is an extremely simple class-like interface to JavaScript prototypal inheritance",

@@ -83,2 +83,2 @@ (function (exports) {

} (typeof exports === 'undefined' ? (this.chic = {}) : exports));
} (typeof exports === 'undefined' ? (this.chic = this.chic || {}) : exports));
{
"name": "chic",
"version": "0.0.3",
"version": "1.0.0",

@@ -29,5 +29,5 @@ "description": "Chic is an extremely simple class-like interface to JavaScript prototypal inheritance",

"lint": "echo \"$(./node_modules/.bin/jshint --config ./test/config/jshint.json ./{lib,test}/*)\"",
"test": "./node_modules/.bin/mocha --ui tdd --reporter spec --colors --recursive ./test/{integ,unit}/**.js",
"test": "./node_modules/.bin/mocha --ui tdd --reporter spec --colors --recursive ./test/integ ./test/unit",
"testapp": "./node_modules/.bin/supervisor -q ./test/runner/boot.js"
}
}

@@ -7,3 +7,3 @@

**Current Version:** *0.0.3*
**Current Stable Version:** *1.0.0*
**Automated Build Status:** [![Build Status][travis-status]][travis]

@@ -10,0 +10,0 @@ **Node Support:** *0.6, 0.8*

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