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.3-add-operation-object.1643192698198 to 2.0.3-add-operation-object.1643201536852

16

package.json
{
"name": "effection",
"version": "2.0.3-add-operation-object.1643192698198",
"version": "2.0.3-add-operation-object.1643201536852",
"description": "Effortlessly composable structured concurrency primitive for JavaScript",

@@ -31,9 +31,9 @@ "homepage": "https://frontside.com/effection",

"dependencies": {
"@effection/channel": "2.0.2-add-operation-object.1643192698198",
"@effection/core": "2.1.0-add-operation-object.1643192698198",
"@effection/events": "2.0.2-add-operation-object.1643192698198",
"@effection/fetch": "2.0.3-add-operation-object.1643192698198",
"@effection/main": "2.0.2-add-operation-object.1643192698198",
"@effection/subscription": "2.0.2-add-operation-object.1643192698198",
"@effection/stream": "2.0.2-add-operation-object.1643192698198"
"@effection/channel": "2.0.2-add-operation-object.1643201536852",
"@effection/core": "2.1.0-add-operation-object.1643201536852",
"@effection/events": "2.0.2-add-operation-object.1643201536852",
"@effection/fetch": "2.0.3-add-operation-object.1643201536852",
"@effection/main": "2.0.2-add-operation-object.1643201536852",
"@effection/subscription": "2.0.2-add-operation-object.1643201536852",
"@effection/stream": "2.0.2-add-operation-object.1643201536852"
},

@@ -40,0 +40,0 @@ "devDependencies": {

@@ -27,3 +27,3 @@ [![npm](https://img.shields.io/npm/v/effection.svg)](https://www.npmjs.com/package/effection)

- **Composition:** Since all Effection code is well behaved, it
composes easily, and there are no nasty surprises when trying to
composes easily, and there are no nasty surprises when trying to
fit different pieces together.

@@ -47,3 +47,3 @@

``` text
```text
$ yarn prepack

@@ -55,2 +55,18 @@ ```

Don't forget describe changes that you made.
For that you need to create `*.md` file in `.changes` directory with
list of changed packages, each package should be versioned by semver, and
on the last line briefly describe your changes. Like this:
```md
---
"package-name1": "patch"
"package-name2": "minor"
---
Added new awesome feature
```
The more information about this format you can find in [`covector` docs](https://github.com/jbolda/covector/tree/main/packages/covector#applying-changes)
### Testing

@@ -60,3 +76,3 @@

``` text
```text
$ yarn test

@@ -63,0 +79,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