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

dist-cjs/index.d.ts

7

CHANGELOG.md
# Changelog
## \[2.0.0-beta.8]
- The `dist` directory didn't contain the `esm` and `cjs` directory. We copy the `package.json` for reference into the dist, and this broke the `files` resolution. Switch to using `dist-cjs` and `dist-esm` which allows us to avoid copying `package.json`.
- [63fbcfb](https://github.com/thefrontside/effection/commit/63fbcfb8151bb7434f1cb8c58bfed25012ad2727) fix: @effection/core to ship dist/esm and dist/cjs on 2021-08-03
- [7788e24](https://github.com/thefrontside/effection/commit/7788e2408bcff8180b24ce497043283c97b6dbaa) fix: @effection/core to ship dist-esm and dist-cjs on 2021-08-03
- [6923a0f](https://github.com/thefrontside/effection/commit/6923a0fa1a84cd0788f8c9c1600ccf7539b08bbf) update change file with everything patched on 2021-08-03
## \[2.0.0-beta.7]

@@ -4,0 +11,0 @@

20

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

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

"private": false,
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"main": "dist-cjs/index.js",
"module": "dist-esm/index.js",
"types": "dist-esm/index.d.ts",
"typeDocEntry": "src/index.ts",
"files": [
"CHANGELOG.md",
"dist/**/*",
"dist-*/**/*",
"src/**/*"

@@ -31,7 +31,7 @@ ],

"dependencies": {
"@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"
"@effection/channel": "2.0.0-beta.8",
"@effection/core": "2.0.0-beta.7",
"@effection/events": "2.0.0-beta.8",
"@effection/main": "2.0.0-beta.8",
"@effection/subscription": "2.0.0-beta.8"
},

@@ -38,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