New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

effection

Package Overview
Dependencies
Maintainers
1
Versions
309
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-fix-core-ship-esm-cjs-dist-r2.1628053316093 to 2.0.0-package-json-version-import.1629635719447

README.md

30

CHANGELOG.md
# Changelog
## \[2.0.0-beta.12]
- Update core dependency
- Bumped due to a bump in @effection/channel.
- [d92eee5](https://github.com/thefrontside/effection/commit/d92eee594fdb8dc6d8ab6a37b6aa362122e63f6e) Update core dependency on 2021-08-16
## \[2.0.0-beta.11]
- Copy down monorepo readme explicitly
- [39ee89f](https://github.com/thefrontside/effection/commit/39ee89f61508f3bf786fb7d9f41ca752415f2508) Copy down README into effection package explicitly on 2021-08-13
## \[2.0.0-beta.10]
- Add README from github repo to main effection package
- [e3482e8](https://github.com/thefrontside/effection/commit/e3482e806df75d43f1936189e7b6afe023e35237) Add changfile on 2021-08-13
- add `Task#spawn` operation to spawn new task with a specific scope
- [a71d65b](https://github.com/thefrontside/effection/commit/a71d65b77df5c337a78b7934edd181080eacf5bf) Add changefile on 2021-07-27
## \[2.0.0-beta.9]
- Add sideEffects field to package.json
- [383141d](https://github.com/thefrontside/effection/commit/383141dc556c6a781d98087f3b68085d5eb31173) Add sideEffects field to package.json ([#470](https://github.com/thefrontside/effection/pull/470)) on 2021-08-05
## \[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 +34,0 @@

18

package.json
{
"name": "effection",
"version": "2.0.0-fix-core-ship-esm-cjs-dist-r2.1628053316093",
"version": "2.0.0-package-json-version-import.1629635719447",
"description": "Effortlessly composable structured concurrency primitive for JavaScript",

@@ -11,2 +11,3 @@ "homepage": "https://github.com/thefrontside/effection",

},
"sideEffects": false,
"author": "Charles Lowell <cowboyd@frontside.com>",

@@ -20,3 +21,3 @@ "license": "MIT",

"files": [
"CHANGELOG.md",
"*.md",
"dist-*/**/*",

@@ -29,10 +30,10 @@ "src/**/*"

"mocha": "mocha -r ts-node/register",
"prepack": "tsc --build tsconfig.esm.json && tsc --build tsconfig.cjs.json"
"prepack": "tsc --build tsconfig.esm.json && tsc --build tsconfig.cjs.json && cpy ../../README.md ."
},
"dependencies": {
"@effection/channel": "2.0.0-fix-core-ship-esm-cjs-dist-r2.1628053316093",
"@effection/core": "2.0.0-fix-core-ship-esm-cjs-dist-r2.1628053316093",
"@effection/events": "2.0.0-fix-core-ship-esm-cjs-dist-r2.1628053316093",
"@effection/main": "2.0.0-fix-core-ship-esm-cjs-dist-r2.1628053316093",
"@effection/subscription": "2.0.0-fix-core-ship-esm-cjs-dist-r2.1628053316093"
"@effection/channel": "2.0.0-package-json-version-import.1629635719447",
"@effection/core": "2.0.0-package-json-version-import.1629635719447",
"@effection/events": "2.0.0-package-json-version-import.1629635719447",
"@effection/main": "2.0.0-package-json-version-import.1629635719447",
"@effection/subscription": "2.0.0-package-json-version-import.1629635719447"
},

@@ -46,2 +47,3 @@ "devDependencies": {

"@types/node": "^16.3.2",
"cpy-cli": "^3.1.1",
"eslint": "^7.30.0",

@@ -48,0 +50,0 @@ "expect": "^25.3.0",

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