Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cycle/run

Package Overview
Dependencies
Maintainers
3
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cycle/run - npm Package Compare versions

Comparing version 5.5.0 to 5.6.0

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## 5.6.0 (2022-01-13)
* fix(run): avoid memory leaks with quicktask ([1fc18c02](https://github.com/cyclejs/cyclejs/commit/1fc18c02))
## 5.5.0 (2020-09-18)

@@ -2,0 +8,0 @@

16

package.json
{
"name": "@cycle/run",
"version": "5.5.0",
"version": "5.6.0",
"description": "The Cycle.js run() function to use with xstream",

@@ -33,3 +33,3 @@ "license": "MIT",

"dependencies": {
"quicktask": "1.1.0",
"quicktask": "1.2.0",
"xstream": "10.x || 11.x"

@@ -55,2 +55,5 @@ },

},
"publishConfig": {
"access": "public"
},
"scripts": {

@@ -65,8 +68,5 @@ "build": "pnpm run build-cjs && pnpm run build-es6",

"test-ci": "../.scripts/retry.sh pnpm test",
"postbuild": "cp lib/cjs/adapt.* lib/",
"prepublishOnly": "pnpm run build && pnpm test"
"postbuild": "cp lib/cjs/adapt.* lib/"
},
"publishConfig": {
"access": "public"
}
}
"readme": "- [**Read the docs here**](https://cycle.js.org/api/run.html)\n- [**Edit the docs here**](https://github.com/cyclejs/cyclejs/blob/master/docs/content/api/run.md)\n"
}
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