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.6 to 2.0.0-beta.7

dist/cjs/index.d.ts

6

CHANGELOG.md
# Changelog
## \[2.0.0-beta.7]
- Add esm builds
- Bumped due to a bump in @effection/core.
- [6660a46](https://github.com/thefrontside/effection/commit/6660a466a50c9b9c36829c2d52448ebbc0e7e6fb) Add esm build ([#462](https://github.com/thefrontside/effection/pull/462)) on 2021-08-03
## \[2.0.0-beta.6]

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

19

package.json
{
"name": "effection",
"version": "2.0.0-beta.6",
"version": "2.0.0-beta.7",
"description": "Effortlessly composable structured concurrency primitive for JavaScript",

@@ -14,4 +14,5 @@ "homepage": "https://github.com/thefrontside/effection",

"private": false,
"types": "dist/index.d.ts",
"main": "dist/index.js",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"typeDocEntry": "src/index.ts",

@@ -27,10 +28,10 @@ "files": [

"mocha": "mocha -r ts-node/register",
"prepack": "tsc --build tsconfig.dist.json"
"prepack": "tsc --build tsconfig.esm.json && tsc --build tsconfig.cjs.json"
},
"dependencies": {
"@effection/channel": "2.0.0-beta.6",
"@effection/core": "2.0.0-beta.5",
"@effection/events": "2.0.0-beta.6",
"@effection/main": "2.0.0-beta.6",
"@effection/subscription": "2.0.0-beta.6"
"@effection/channel": "2.0.0-beta.7",
"@effection/core": "2.0.0-beta.6",
"@effection/events": "2.0.0-beta.7",
"@effection/main": "2.0.0-beta.7",
"@effection/subscription": "2.0.0-beta.7"
},

@@ -37,0 +38,0 @@ "devDependencies": {

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