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 1.0.3 to 1.1.0

bower.json

8

CHANGELOG.md

@@ -5,2 +5,10 @@

1.1.0 (2013-08-06)
------------------
* Add Bower support
* Update dependencies
* Improve browser test runner
1.0.3 (2013-03-12)

@@ -7,0 +15,0 @@ ------------------

5

lib/chic.js

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

/*global define */
/* global define */
(function (root, chic) {

@@ -62,3 +62,4 @@ 'use strict';

if (isFn(value)) {
return proto[name] = applySuperMethod(value, Parent.prototype[name]);
proto[name] = applySuperMethod(value, Parent.prototype[name]);
return;
}

@@ -65,0 +66,0 @@ proto[name] = value;

17

package.json
{
"name": "chic",
"version": "1.0.3",
"version": "1.1.0",
"description": "Chic is an extremely simple class-like interface to JavaScript prototypal inheritance",
"keywords": [ "class", "classes", "extend", "inheritance", "oop", "prototypal", "prototype" ],
"author": "Rowan Manning (http://rowanmanning.co.uk/)",
"author": "Rowan Manning (http://rowanmanning.com/)",

@@ -20,10 +20,7 @@ "repository": {

"devDependencies": {
"browserify": "~1.16",
"express": "~3.1",
"glob": "~3.1",
"jshint": "~0.9",
"mocha": "~1.8",
"proclaim": "~1.0",
"sinon": "~1.6",
"supervisor": "~0.5"
"jshint": "~2.1",
"mocha": "~1.12",
"mocha-srv": "~0.1",
"proclaim": "~1.5",
"sinon": "~1.6"
},

@@ -30,0 +27,0 @@

@@ -6,3 +6,3 @@ Chic

**Current Stable Version:** *1.0.3*
**Current Stable Version:** *1.1.0*
**Automated Build Status:** [![Build Status][travis-status]][travis]

@@ -9,0 +9,0 @@ **Node Support:** *0.6, 0.8, 0.10*

Sorry, the diff of this file is not supported yet

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