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

@backtrace/node

Package Overview
Dependencies
Maintainers
0
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@backtrace/node - npm Package Compare versions

Comparing version 0.6.1 to 0.6.2

2

lib/streams/fileChunkSink.d.ts

@@ -17,3 +17,3 @@ import EventEmitter from 'events';

*/
readonly fs?: NodeFileSystem;
readonly fs: NodeFileSystem;
}

@@ -20,0 +20,0 @@ /**

{
"name": "@backtrace/node",
"version": "0.6.1",
"version": "0.6.2",
"description": "Backtrace-JavaScript Node.JS integration",

@@ -14,3 +14,3 @@ "main": "lib/bundle.cjs",

"lint": "eslint . --ext .ts",
"prepublishOnly": "cross-env NODE_ENV=production npm run build",
"prepublishOnly": "npm run clean && cross-env NODE_ENV=production npm run build",
"watch": "concurrently \"tsc -p tsconfig.build.json --noEmit --watch\" \"rollup -c rollup.config.mjs --watch\"",

@@ -17,0 +17,0 @@ "test": "cross-env NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" NODE_NO_WARNINGS=1 NODE_ENV=test jest"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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