deprecation
Advanced tools
Comparing version 1.0.1 to 2.0.0
@@ -15,2 +15,2 @@ class Deprecation extends Error { | ||
module.exports = module.exports.Deprecation = Deprecation | ||
module.exports.Deprecation = Deprecation |
{ | ||
"name": "deprecation", | ||
"version": "1.0.1", | ||
"version": "2.0.0", | ||
"description": "Log a deprecation message with stack", | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"scripts": { | ||
@@ -7,0 +8,0 @@ "test": "node test.js" |
const assert = require('assert') | ||
const Deprecation = require('.') | ||
const { Deprecation } = require('.') | ||
@@ -5,0 +5,0 @@ let deprecation |
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
3727
7
33