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

@ez4/stateful

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ez4/stateful - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0

1

dist/state/entry.d.ts

@@ -6,2 +6,3 @@ import type { EntryState, EntryStates } from '../types/entry.js';

export declare const linkDependency: <E extends EntryState>(entryMap: EntryStates<E>, entryId: string, dependencyId: string) => void;
export declare const tryLinkDependency: <E extends EntryState>(entryMap: EntryStates<E>, entryId: string, dependencyId: string) => void;
export declare const getDependencies: <E extends EntryState>(entryMap: EntryStates, entry: EntryState, type?: E["type"]) => E[];

4

package.json
{
"name": "@ez4/stateful",
"description": "EZ4: State management with dependencies for providers",
"version": "0.7.0",
"version": "0.8.0",
"author": "Silas B.",

@@ -38,4 +38,4 @@ "license": "MIT",

"dependencies": {
"@ez4/utils": "^0.7.0"
"@ez4/utils": "^0.8.0"
}
}

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