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

satcheljs-trace

Package Overview
Dependencies
Maintainers
3
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satcheljs-trace - npm Package Compare versions

Comparing version 1.1.0 to 2.2.0

lib/index.d.ts

16

package.json
{
"name": "satcheljs-trace",
"version": "1.1.0",
"version": "2.2.0",
"description": "Tracing middleware for SatchelJS.",
"main": "./dist/src/index.js",
"main": "./lib/index.js",
"scripts": {
"build": "node_modules/.bin/tsc",
"test": "npm run build && jasmine JASMINE_CONFIG_PATH=jasmine.json --verbose"
"copy-project-files": "node ../../tools/copy-project-files.js",
"build": "npm run copy-project-files && node ../../node_modules/typescript/lib/tsc.js",
"start": "npm run copy-project-files && node ../../node_modules/typescript/lib/tsc.js -w",
"test": "jasmine JASMINE_CONFIG_PATH=jasmine.json --verbose"
},

@@ -13,3 +15,3 @@ "author": "Scott Mikula <smikula@microsoft.com>",

"dependencies": {
"satcheljs": "~2.0.0"
"satcheljs": "2.2.0"
},

@@ -20,6 +22,6 @@ "devDependencies": {

},
"typings": "./dist/src/index.d.ts",
"typings": "./lib/index.d.ts",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
}
}
}

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