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

@onflow/util-invariant

Package Overview
Dependencies
Maintainers
13
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.2.1 to 1.2.2-event-streaming.0

types/index.d.ts

6

CHANGELOG.md
# @onflow/util-invariant
## 1.2.2-event-streaming.0
### Patch Changes
- [#1814](https://github.com/onflow/fcl-js/pull/1814) [`0d09d838`](https://github.com/onflow/fcl-js/commit/0d09d8386c2fc472833df7152467d477f36dddc4) Thanks [@jribbink](https://github.com/jribbink)! - Fix type declarations not fully being generated
## 1.2.1

@@ -4,0 +10,0 @@

8

package.json
{
"name": "@onflow/util-invariant",
"version": "1.2.1",
"version": "1.2.2-event-streaming.0",
"description": "Flow JS SDK Util -- Invariant",

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

"@babel/preset-typescript": "^7.22.5",
"@onflow/fcl-bundle": "^1.4.1",
"@onflow/types": "^1.2.1",
"@onflow/fcl-bundle": "^1.4.2-event-streaming.0",
"@onflow/types": "^1.3.0-event-streaming.0",
"@types/jest": "^29.5.3",

@@ -31,3 +31,3 @@ "@typescript-eslint/eslint-plugin": "^6.4.0",

"unpkg": "dist/util-invariant.umd.js",
"types": "dist/index.d.ts",
"types": "types/index.d.ts",
"scripts": {

@@ -34,0 +34,0 @@ "prepublishOnly": "npm test && npm run build",

@@ -6,7 +6,5 @@ {

"compilerOptions": {
// Types should go into this directory.
// Removing this would place the .d.ts files
// next to the .js files
"outDir": "types",
"declarationDir": "types",
"rootDir": "src"
}
}
}
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