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

@cycle/time

Package Overview
Dependencies
Maintainers
3
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cycle/time - npm Package Compare versions

Comparing version 0.13.0 to 0.14.0

6

package.json
{
"name": "@cycle/time",
"version": "0.13.0",
"version": "0.14.0",
"description": "A time driver designed to enable awesome testing and dev tooling",

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

"most": "1.5.x",
"rxjs": "5.4.x",
"rxjs": "6.2.x",
"snabbdom-selector": "1.2.x"

@@ -64,4 +64,4 @@ },

"minify": "node ../.scripts/minify.js dist/cycle-time.js dist/cycle-time.min.js",
"postlib": "tsc rxjs.ts most.ts --declaration --lib DOM,ES5,ES6"
"postlib": "../node_modules/.bin/tsc rxjs.ts most.ts --declaration --lib DOM,ES5,ES6"
}
}

@@ -65,6 +65,8 @@ # @cycle/time

The equivalent to `.compose` in RxJS is `.let`.
The equivalent to `.compose` in RxJS is `.pipe`.
```js
Observable.of('Hello World').let(Time.delay(200));
import {of} from 'rxjs';
of('Hello World').pipe(Time.delay(200));
```

@@ -71,0 +73,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