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

@onflow/util-invariant

Package Overview
Dependencies
Maintainers
11
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@onflow/util-invariant - npm Package Compare versions

Comparing version 1.1.0-alpha.2 to 1.1.0

12

CHANGELOG.md
# @onflow/util-invariant
## 1.1.0
### Minor Changes
- [#1577](https://github.com/onflow/fcl-js/pull/1577) [`d9a49531`](https://github.com/onflow/fcl-js/commit/d9a495316cd03ed0de99e0f01d1b8850a1f0eec4) Thanks [@chasefleming](https://github.com/chasefleming)! - Add npmignore file for build
### Patch Changes
- [#1663](https://github.com/onflow/fcl-js/pull/1663) [`62dfafa9`](https://github.com/onflow/fcl-js/commit/62dfafa9c7adc3933822b0d3171d6eb025f1719e) Thanks [@nialexsan](https://github.com/nialexsan)! - Upgrade jest to v29.5 and update tests accordingly. Change build to transpile with ESM modules.
- [#1658](https://github.com/onflow/fcl-js/pull/1658) [`2512b5c5`](https://github.com/onflow/fcl-js/commit/2512b5c53dff708fca97cd8afdbb1f4a46b2f106) Thanks [@nialexsan](https://github.com/nialexsan)! - Align jest version
## 1.1.0-alpha.2

@@ -4,0 +16,0 @@

2

dist/util-invariant.js

@@ -16,7 +16,5 @@ 'use strict';

error.stack = error.stack.split("\n").filter(d => !/at invariant/.test(d)).join("\n");
for (var _len = arguments.length, rest = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
rest[_key - 2] = arguments[_key];
}
console.error("\n\n---\n\n", error, "\n\n", ...rest, "\n\n---\n\n");

@@ -23,0 +21,0 @@ throw error;

@@ -12,7 +12,5 @@ /**

error.stack = error.stack.split("\n").filter(d => !/at invariant/.test(d)).join("\n");
for (var _len = arguments.length, rest = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
rest[_key - 2] = arguments[_key];
}
console.error("\n\n---\n\n", error, "\n\n", ...rest, "\n\n---\n\n");

@@ -19,0 +17,0 @@ throw error;

@@ -18,7 +18,5 @@ (function (global, factory) {

error.stack = error.stack.split("\n").filter(d => !/at invariant/.test(d)).join("\n");
for (var _len = arguments.length, rest = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
rest[_key - 2] = arguments[_key];
}
console.error("\n\n---\n\n", error, "\n\n", ...rest, "\n\n---\n\n");

@@ -25,0 +23,0 @@ throw error;

{
"name": "@onflow/util-invariant",
"version": "1.1.0-alpha.2",
"version": "1.1.0",
"description": "Flow JS SDK Util -- Invariant",

@@ -16,4 +16,4 @@ "license": "Apache-2.0",

"devDependencies": {
"@onflow/fcl-bundle": "^1.3.0-alpha.0",
"@onflow/types": "^1.1.0-alpha.2",
"@onflow/fcl-bundle": "^1.3.0",
"@onflow/types": "^1.1.0",
"jest": "^29.5.0"

@@ -20,0 +20,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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