New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zodash/debug

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zodash/debug - npm Package Compare versions

Comparing version 0.0.21 to 0.0.22

lib/index.js.map

1

lib/index.js

@@ -14,1 +14,2 @@ "use strict";

exports.default = debug;
//# sourceMappingURL=index.js.map

11

package.json
{
"name": "@zodash/debug",
"version": "0.0.21",
"version": "0.0.22",
"description": "debug utils",

@@ -60,3 +60,5 @@ "keywords": [

"scripts": {
"build": "tsc",
"build": "yarn clean && tsc",
"watch": "yarn clean && tsc -w",
"clean": "rm -rf lib",
"test": "jest -w 1",

@@ -69,5 +71,4 @@ "coverage": "codecov"

"dependencies": {
"@zodash/logger": "^0.2.23"
},
"gitHead": "59406fc4983458dad4584458ef96300a68b07c16"
"@zodash/logger": "^0.2.24"
}
}
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