core-object
Advanced tools
Comparing version 2.0.1 to 2.0.2
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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13985
425
1
+ Addedchalk@^1.1.3
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)