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

satcheljs-snapshots

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

satcheljs-snapshots - npm Package Compare versions

Comparing version 1.2.0 to 2.2.0

lib/constants.d.ts

17

package.json
{
"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

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