Socket
Socket
Sign inDemoInstall

class-utils

Package Overview
Dependencies
9
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.2 to 0.2.3

3

index.js

@@ -366,3 +366,6 @@ 'use strict';

Ctor.extend = cu.extend(Ctor);
if (Parent.inherit) {
Ctor.inherit = Parent.inherit;
}
};
};

8

package.json
{
"name": "class-utils",
"description": "Utils for working with JavaScript classes and prototype methods.",
"version": "0.2.2",
"version": "0.2.3",
"homepage": "https://github.com/jonschlinkert/class-utils",

@@ -26,3 +26,3 @@ "author": "Jon Schlinkert (https://github.com/jonschlinkert)",

"isobject": "^2.0.0",
"lazy-cache": "^0.2.3"
"lazy-cache": "^0.2.4"
},

@@ -35,4 +35,4 @@ "devDependencies": {

"jshint-stylish": "^2.0.1",
"mocha": "^2.3.2",
"should": "^7.1.0"
"mocha": "*",
"should": "*"
},

@@ -39,0 +39,0 @@ "keywords": [

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

# class-utils [![NPM version](https://badge.fury.io/js/class-utils.svg)](http://badge.fury.io/js/class-utils)
# class-utils [![NPM version](https://badge.fury.io/js/class-utils.svg)](http://badge.fury.io/js/class-utils) [![Build Status](https://travis-ci.org/jonschlinkert/class-utils.svg)](https://travis-ci.org/jonschlinkert/class-utils)

@@ -266,2 +266,2 @@ > Utils for working with JavaScript classes and prototype methods.

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 21, 2015._
_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on November 29, 2015._
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc