satcheljs-trace
Advanced tools
Comparing version 1.1.0 to 2.2.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3211
8
31
1
+ Addedsatcheljs@2.2.0(transitive)
- Removedsatcheljs@2.0.0(transitive)
Updatedsatcheljs@2.2.0