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

ts-invariant

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ts-invariant - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

15

package.json
{
"name": "ts-invariant",
"version": "0.7.0",
"version": "0.7.1",
"author": "Ben Newman <ben@apollographql.com>",

@@ -25,4 +25,6 @@ "description": "TypeScript implementation of invariant(condition, message)",

"scripts": {
"build": "tsc && rollup -c",
"mocha": "mocha --reporter spec --full-trace lib/tests.js",
"build": "npm run tsc && npm run rollup",
"tsc": "../../node_modules/.bin/tsc",
"rollup": "../../node_modules/.bin/rollup -c",
"mocha": "../../node_modules/.bin/mocha --reporter spec --full-trace lib/tests.js",
"prepublish": "npm run build",

@@ -41,6 +43,3 @@ "pretest": "npm run build",

"@types/invariant": "^2.2.29",
"invariant": "^2.2.4",
"mocha": "^8.2.0",
"rollup": "^2.32.1",
"rollup-plugin-typescript2": "^0.30.0"
"invariant": "^2.2.4"
},

@@ -50,3 +49,3 @@ "engines": {

},
"gitHead": "10fcc227361a68cbbfdf30fa15a3ab552be8e58b"
"gitHead": "34b000e2a93965ea089062bfb66b1d82a87eb3ac"
}
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