satcheljs-snapshots
Advanced tools
Comparing version 1.2.0 to 2.2.0
{ | ||
"name": "satcheljs-snapshots", | ||
"version": "1.2.0", | ||
"version": "2.2.0", | ||
"description": "Adds snapshotting capability to SatchelJS", | ||
"main": "./dist/src/index.js", | ||
"typings": "./dist/src/index.d.ts", | ||
"main": "./lib/index.js", | ||
"typings": "./lib/index.d.ts", | ||
"scripts": { | ||
"build": "node_modules/.bin/tsc", | ||
"test": "npm run build && jasmine JASMINE_CONFIG_PATH=jasmine.json --verbose", | ||
"test-debug": "npm run build && node --debug-brk node_modules/jasmine/bin/jasmine.js 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" | ||
}, | ||
@@ -20,3 +21,3 @@ "repository": { | ||
"mobx": "~2.2.2", | ||
"satcheljs": "^2.0.0" | ||
"satcheljs": "2.2.0" | ||
}, | ||
@@ -30,2 +31,2 @@ "devDependencies": { | ||
} | ||
} | ||
} |
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
22465
28
275
1
+ Addedsatcheljs@2.2.0(transitive)
- Removedmobx@2.6.5(transitive)
- Removedsatcheljs@2.15.0(transitive)
Updatedsatcheljs@2.2.0