@cycle/time
Advanced tools
Comparing version 0.13.0 to 0.14.0
{ | ||
"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 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Dynamic require
Supply chain riskDynamic require can indicate the package is performing dangerous or unsafe dynamic code execution.
Found 1 instance in 1 package
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 3 instances in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
1
551
1
1
151971
100
1879