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

deprecation

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deprecation - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

dist-node/index.js

42

package.json
{
"name": "deprecation",
"version": "2.1.0",
"description": "Log a deprecation message with stack",
"types": "src/index.d.ts",
"scripts": {
"build": "pack build",
"pretest": "npm run -s build",
"test": "node test.js",
"semantic-release": "semantic-release"
},
"version": "2.2.0",
"license": "ISC",
"files": [
"dist-*/",
"bin/"
],
"esnext": "dist-src/index.js",
"main": "dist-node/index.js",
"module": "dist-web/index.js",
"types": "dist-types/index.d.ts",
"pika": true,
"sideEffects": false,
"keywords": [

@@ -17,4 +21,2 @@ "deprecate",

],
"author": "Gregor Martynus (https://twitter.com/gr2m",
"license": "ISC",
"repository": {

@@ -24,2 +26,3 @@ "type": "git",

},
"dependencies": {},
"devDependencies": {

@@ -31,21 +34,4 @@ "@pika/pack": "^0.3.7",

"@pika/plugin-standard-pkg": "^0.4.0",
"semantic-release": "^15.13.3"
},
"dependencies": {},
"@pika/pack": {
"pipeline": [
[
"@pika/plugin-standard-pkg"
],
[
"@pika/plugin-build-node"
],
[
"@pika/plugin-build-web"
],
[
"@pika/plugin-build-types"
]
]
"semantic-release": "github:semantic-release/semantic-release#gr2m-actions-test"
}
}
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