Socket
Socket
Sign inDemoInstall

@effection/core

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@effection/core - npm Package Compare versions

Comparing version 2.0.1 to 2.1.0

dist-cjs/abort-signal.d.ts

6

CHANGELOG.md
# @effection/core
## \[2.1.0]
- Extract `AbortSignal` from `@effection/fetch` to `@effection/core` as a resource
- [8ac2e85](https://github.com/thefrontside/effection/commit/8ac2e8515ac2cb1ee6ed5a200f31d28024bfdae2) Add covector change file on 2021-11-18
- [b6d0e15](https://github.com/thefrontside/effection/commit/b6d0e1502ca8345bf488aef695b16fe7a5a5945d) Patch for fetch and not minor on 2021-11-19
## \[2.0.1]

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

1

dist-cjs/index.d.ts

@@ -11,2 +11,3 @@ import { Operation } from './operation';

export { createFuture, Future, FutureLike } from './future';
export { createAbortSignal, AbortSignal } from './abort-signal';
export { sleep } from './operations/sleep';

@@ -13,0 +14,0 @@ export { ensure } from './operations/ensure';

5

dist-cjs/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.run = exports.label = exports.all = exports.race = exports.spawn = exports.withTimeout = exports.timeout = exports.ensure = exports.sleep = exports.Future = exports.createFuture = exports.setLabels = exports.withLabels = exports.deprecated = exports.Effection = exports.createTask = void 0;
exports.run = exports.label = exports.all = exports.race = exports.spawn = exports.withTimeout = exports.timeout = exports.ensure = exports.sleep = exports.AbortSignal = exports.createAbortSignal = exports.Future = exports.createFuture = exports.setLabels = exports.withLabels = exports.deprecated = exports.Effection = exports.createTask = void 0;
const effection_1 = require("./effection");

@@ -17,2 +17,5 @@ var task_1 = require("./task");

Object.defineProperty(exports, "Future", { enumerable: true, get: function () { return future_1.Future; } });
var abort_signal_1 = require("./abort-signal");
Object.defineProperty(exports, "createAbortSignal", { enumerable: true, get: function () { return abort_signal_1.createAbortSignal; } });
Object.defineProperty(exports, "AbortSignal", { enumerable: true, get: function () { return abort_signal_1.AbortSignal; } });
var sleep_1 = require("./operations/sleep");

@@ -19,0 +22,0 @@ Object.defineProperty(exports, "sleep", { enumerable: true, get: function () { return sleep_1.sleep; } });

@@ -11,2 +11,3 @@ import { Operation } from './operation';

export { createFuture, Future, FutureLike } from './future';
export { createAbortSignal, AbortSignal } from './abort-signal';
export { sleep } from './operations/sleep';

@@ -13,0 +14,0 @@ export { ensure } from './operations/ensure';

@@ -7,2 +7,3 @@ import { Effection } from './effection';

export { createFuture, Future } from './future';
export { createAbortSignal, AbortSignal } from './abort-signal';
export { sleep } from './operations/sleep';

@@ -9,0 +10,0 @@ export { ensure } from './operations/ensure';

{
"name": "@effection/core",
"version": "2.0.1",
"version": "2.1.0",
"main": "dist-cjs/index.js",

@@ -29,2 +29,5 @@ "module": "dist-esm/index.js",

],
"dependencies": {
"abort-controller": "^3.0.0"
},
"devDependencies": {

@@ -38,6 +41,5 @@ "@frontside/tsconfig": "^1.2.0",

"rimraf": "^3.0.2",
"ts-node": "^10.1.0",
"ts-node": "^10.4.0",
"typescript": "^4.3.5"
},
"dependencies": {},
"volta": {

@@ -44,0 +46,0 @@ "extends": "../../package.json"

@@ -13,2 +13,3 @@ import { Operation } from './operation';

export { createFuture, Future, FutureLike } from './future';
export { createAbortSignal, AbortSignal } from './abort-signal';

@@ -15,0 +16,0 @@ export { sleep } from './operations/sleep';

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