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

core-object

Package Overview
Dependencies
Maintainers
5
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-object - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

4

lib/deprecation.js
var env = require('./env');
var chalk = require('chalk');

@@ -8,3 +9,4 @@ function deprecation(msg) {

var source = stack[3];
console.warn('Deprecation: ' + msg + '\n' + source);
console.warn(chalk.yellow('DEPRECATION: ' + msg + '\n' + source));
}

@@ -11,0 +13,0 @@ }

{
"name": "core-object",
"version": "2.0.1",
"version": "2.0.2",
"description": "A lightweight implementation of OOP Class in JavaScript",

@@ -32,3 +32,6 @@ "main": "core-object.js",

"uberproto": "^1.1.2"
},
"dependencies": {
"chalk": "^1.1.3"
}
}
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