New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@bigtest/effection

Package Overview
Dependencies
Maintainers
1
Versions
292
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bigtest/effection - npm Package Compare versions

Comparing version 0.6.0-3c23a474 to 0.6.0-3dfd9ee4

4

dist/mailbox.d.ts
/// <reference types="node" />
import { Operation } from 'effection';
import { Operation, Context } from 'effection';
import { EventEmitter } from 'events';

@@ -18,3 +18,3 @@ export { any } from './pattern';

receive(pattern?: unknown): Operation<T>;
pipe(other: Mailbox<T>): Generator<Operation<unknown>>;
pipe(other: Mailbox<T>): Operation<Context<void>>;
map<R>(fn: (from: T) => R): Operation<Mailbox<R>>;

@@ -21,0 +21,0 @@ }

{
"name": "@bigtest/effection",
"version": "0.6.0-3c23a474",
"version": "0.6.0-3dfd9ee4",
"description": "Collection of handly utilities for working with effection. May find a different home later",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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