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-4e0d5494 to 0.6.0-50659d65

1

dist/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.createDuplexChannel = exports.readyResource = exports.ensure = exports.any = exports.subscribe = exports.Mailbox = exports.Deferred = void 0;
var deferred_1 = require("./deferred");

@@ -4,0 +5,0 @@ Object.defineProperty(exports, "Deferred", { enumerable: true, get: function () { return deferred_1.Deferred; } });

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>, any, unknown>;
pipe(other: Mailbox<T>): Operation<Context<void>>;
map<R>(fn: (from: T) => R): Operation<Mailbox<R>>;

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

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.subscribe = exports.Mailbox = void 0;
exports.subscribe = exports.Mailbox = exports.any = void 0;
const effection_1 = require("effection");

@@ -5,0 +5,0 @@ const events_1 = require("events");

export declare function compile(pattern: unknown): (target: unknown) => boolean;
export declare function any(type: unknown): ((value: unknown) => boolean) | (() => boolean);
export declare function any(type: unknown): (value: unknown) => boolean;
//# sourceMappingURL=pattern.d.ts.map
{
"name": "@bigtest/effection",
"version": "0.6.0-4e0d5494",
"version": "0.6.0-50659d65",
"description": "Collection of handly utilities for working with effection. May find a different home later",
"main": "dist/index.js",
"typings": "dist/index.d.js",
"types": "dist/index.d.ts",
"repository": "https://github.com/thefrontside/bigtest.git",

@@ -22,4 +22,5 @@ "author": "Frontside Engineering <engineering@frontside.com>",

"devDependencies": {
"@frontside/eslint-config": "^1.1.2",
"@frontside/typescript": "^1.1.0",
"@frontside/eslint-config": "^2.0.0",
"@frontside/tsconfig": "^1.2.0",
"@frontside/typescript": "^1.1.1",
"@types/mocha": "^7.0.1",

@@ -29,4 +30,3 @@ "@types/node": "^13.13.4",

"mocha": "^6.2.2",
"ts-node": "*",
"typescript": "3.9.7"
"ts-node": "^9.1.1"
},

@@ -33,0 +33,0 @@ "dependencies": {

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

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