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

@brillout/debug

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brillout/debug - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

9

package.json
{
"name": "@brillout/debug",
"version": "0.1.0",
"version": "0.1.1",
"main": "./dist/cjs/index.js",

@@ -13,3 +13,5 @@ "module": "./dist/esm/index.js",

"scripts": {
"// === Dev ===": "",
"dev": "pnpm run tsc:watch:cjs",
"// === Build ===": "",
"build": "pnpm run clean && pnpm run tsc:esm && pnpm run tsc:cjs",

@@ -21,3 +23,6 @@ "tsc:esm": "tsc",

"clean": "rm -rf dist/",
"prepublishOnly": "pnpm run build"
"// === Release ===": "",
"prepublishOnly": "pnpm run build",
"postpublish": " git push && git push --tags",
"release": "npm version patch && npm publish"
},

@@ -24,0 +29,0 @@ "devDependencies": {

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