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

@bscotch/utility

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bscotch/utility - npm Package Compare versions

Comparing version 6.1.1 to 6.1.2

1

dist/lib/trace.d.ts
import { type Debugger } from 'debug';
import type { Decorator } from './decorator.js';
export { type Debugger } from 'debug';
/**

@@ -4,0 +5,0 @@ * The [debug package](https://www.npmjs.com/package/debug)

16

package.json
{
"name": "@bscotch/utility",
"version": "6.1.1",
"version": "6.1.2",
"description": "Bscotch Utilities: Methods for common Node.js needs.",

@@ -25,7 +25,2 @@ "keywords": [

"types": "dist/index.d.ts",
"scripts": {
"build": "tsc --build .",
"test": "treb test",
"watch": "tsc --build --watch"
},
"dependencies": {

@@ -36,2 +31,4 @@ "debug": "^4.3.4",

"devDependencies": {
"@types/debug": "^4.1.7",
"@types/fs-extra": "^9.0.13",
"chai": "^4.3.6",

@@ -44,3 +41,8 @@ "fs-extra": "^10.1.0",

"access": "public"
},
"scripts": {
"build": "tsc --build .",
"test": "treb test",
"watch": "tsc --build --watch"
}
}
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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