Socket
Socket
Sign inDemoInstall

effection

Package Overview
Dependencies
Maintainers
1
Versions
299
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

effection - npm Package Compare versions

Comparing version 2.0.0-beta.3 to 2.0.0-beta.4

.babelrc

12

CHANGELOG.md
# Changelog
## 2.0.0-beta.4
### Patch Changes
- e297c86: rename Task.spawn() -> Task.run()
- Updated dependencies [e297c86]
- @effection/core@2.0.0-beta.4
- @effection/channel@2.0.0-beta.4
- @effection/events@2.0.0-beta.4
- @effection/main@2.0.0-beta.4
- @effection/subscription@2.0.0-beta.4
## 2.0.0-beta.3

@@ -4,0 +16,0 @@

1

dist/index.d.ts

@@ -6,1 +6,2 @@ export * from '@effection/core';

export * from '@effection/subscription';
//# sourceMappingURL=index.d.ts.map

26

dist/index.js

@@ -1,8 +0,18 @@

'use strict'
if (process.env.NODE_ENV === 'production') {
module.exports = require('./effection.cjs.production.min.js')
} else {
module.exports = require('./effection.cjs.development.js')
}
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("@effection/core"), exports);
__exportStar(require("@effection/main"), exports);
__exportStar(require("@effection/channel"), exports);
__exportStar(require("@effection/events"), exports);
__exportStar(require("@effection/subscription"), exports);
//# sourceMappingURL=index.js.map
{
"name": "effection",
"version": "2.0.0-beta.3",
"version": "2.0.0-beta.4",
"description": "Effortlessly composable structured concurrency primitive for JavaScript",
"repository": "http://github.com/thefrontside/effection",
"homepage": "https://github.com/thefrontside/effection",
"repository": {
"type": "git",
"url": "https://github.com/thefrontside/effection.git",
"directory": "packages/effection"
},
"author": "Charles Lowell <cowboyd@frontside.com>",
"license": "MIT",
"private": false,
"typings": "dist/index.d.ts",
"types": "dist/index.d.ts",
"main": "dist/index.js",
"module": "dist/effection.esm.js",
"files": [
"CHANGELOG.md",
"dist/**/*",
"src/**/*"
],
"scripts": {

@@ -22,22 +21,28 @@ "lint": "eslint '{src,bin,test}/**/*.ts'",

"docs": "yarn typedoc src/index.ts",
"prepack": "tsdx build --tsconfig tsconfig.dist.json"
"prepack": "tsc --build tsconfig.dist.json"
},
"dependencies": {
"@effection/channel": "2.0.0-beta.3",
"@effection/core": "2.0.0-beta.3",
"@effection/events": "2.0.0-beta.3",
"@effection/main": "2.0.0-beta.3",
"@effection/subscription": "2.0.0-beta.3"
"@effection/channel": "2.0.0-beta.4",
"@effection/core": "2.0.0-beta.4",
"@effection/events": "2.0.0-beta.4",
"@effection/main": "2.0.0-beta.4",
"@effection/subscription": "2.0.0-beta.4"
},
"devDependencies": {
"@babel/core": "^7.14.8",
"@babel/eslint-parser": "^7.14.7",
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-proposal-class-properties": "^7.14.5",
"@types/mocha": "^7.0.2",
"@types/node": "^13.13.5",
"eslint": "^6.8.0",
"@types/node": "^16.3.2",
"eslint": "^7.30.0",
"expect": "^25.3.0",
"mocha": "^8.3.1",
"ts-node": "^8.8.2",
"tsdx": "0.13.2",
"ts-node": "^10.1.0",
"typedoc": "^0.20.36",
"typescript": "^3.8.3"
"typescript": "^4.3.5"
},
"volta": {
"extends": "../../package.json"
}
}
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