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.4.2 to 0.4.3

lib/invariant.esm.js.map

1

lib/invariant.esm.js

@@ -62,1 +62,2 @@ import { __extends } from 'tslib';

export { InvariantError, invariant, processStub as process };
//# sourceMappingURL=invariant.esm.js.map

@@ -67,1 +67,2 @@ 'use strict';

exports.invariant = invariant;
//# sourceMappingURL=invariant.js.map

4

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

@@ -40,3 +40,3 @@ "description": "TypeScript implementation of invariant(condition, message)",

},
"gitHead": "5edf52169e30ce6b9bd8fe1fdd0d9d012581448f"
"gitHead": "3c4e2b011fa15bbc3c2ae2fcc011473d3b06cf3d"
}

@@ -19,3 +19,3 @@ import typescriptPlugin from 'rollup-plugin-typescript2';

format: "esm",
sourceMap: true,
sourcemap: true,
globals,

@@ -37,3 +37,3 @@ },

exports: "named",
sourceMap: true,
sourcemap: true,
name: "ts-invariant",

@@ -40,0 +40,0 @@ globals,

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