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.6.0 to 5.7.0

lib/adapt.d.ts

9

CHANGELOG.md

@@ -0,1 +1,10 @@

# 5.7.0 (2022-01-13)
### Bug Fixes
* **run:** lib/adapt.js was missing ([f976421](https://github.com/cyclejs/cyclejs/commit/f976421))
## 5.6.0 (2022-01-13)

@@ -2,0 +11,0 @@

6

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

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

"scripts": {
"build": "pnpm run build-cjs && pnpm run build-es6",
"build": "pnpm run build-cjs && pnpm run build-es6 && pnpm run move-adapt",
"build-cjs": "tsc --module commonjs --outDir ./lib/cjs",

@@ -67,5 +67,5 @@ "build-es6": "tsc --module es6 --outDir ./lib/es6",

"test-ci": "../.scripts/retry.sh pnpm test",
"postbuild": "cp lib/cjs/adapt.* lib/"
"move-adapt": "cp lib/cjs/adapt.* lib/"
},
"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