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
4
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.19.0 to 0.20.0

5

CHANGELOG.md

@@ -0,1 +1,6 @@

## 0.20.0 (2019-09-10)
## 0.19.0 (2018-12-10)

@@ -2,0 +7,0 @@

1

lib/cjs/src/assert-equal.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
import { Stream } from 'xstream';

@@ -3,0 +2,0 @@ import { deepEqual } from 'assert';

@@ -1,2 +0,1 @@

/// <reference types="node" />
import { Stream } from 'xstream';

@@ -3,0 +2,0 @@ import { deepEqual } from 'assert';

{
"name": "@cycle/time",
"version": "0.19.0",
"description": "A time driver designed to enable awesome testing and dev tooling",
"license": "MIT",
"homepage": "https://cycle.js.org",
"bugs": "https://github.com/cyclejs/cyclejs/issues",
"repository": "https://github.com/cyclejs/cyclejs/tree/master/time",
"author": "Nick Johnstone",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/cjs/index.d.ts",
"types": "lib/cjs/index.d.ts",
"dependencies": {
"@cycle/run": "^5.2.0",
"combine-errors": "3.0.x",
"most": "*",
"performance-now": "^2.1.0",
"raf": "3.4.x",
"rxjs": "*",
"setimmediate": "1.0.x",
"sorted-immutable-list": "1.1.x",
"variable-diff": "1.1.x",
"xstream": "*"
},
"devDependencies": {
"@cycle/dom": "^22.2.0",
"@cycle/rxjs-run": "^10.2.0",
"@types/mocha": "5.2.x",
"@types/node": "10.12.x",
"budo": "^11.5.0",
"garnish": "5.2.x",
"markdown-doctest": "0.9.x",
"mocha": "^5.2.0",
"most": "1.7.x",
"rxjs": "6.3.x",
"snabbdom-selector": "4.1.x",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "3.2.x"
},
"publishConfig": {
"access": "public"
},
"files": [
"lib/",
"dist/",
"most.js",
"rxjs.js",
"most.d.ts",
"rxjs.d.ts"
],
"react-native": {
"variable-diff": false
},
"scripts": {
"build": "pnpm run build-cjs && pnpm run build-es6",
"build-cjs": "tsc --module commonjs --outDir ./lib/cjs",
"build-es6": "tsc --module es6 --outDir ./lib/es6",
"docs": ":",
"lint": "tslint --project tsconfig.lint.json --config ../tslint.json",
"changelog": "cd .. && node .scripts/update-changelogs.js time",
"start": "budo -d example example/index.ts:index.js --live -- -p tsify",
"test-watch": "mocha 'test/**/*.ts' --require ts-node/register --watch -R min",
"test-node": "mocha 'test/**/*.ts' --require ts-node/register --exit",
"test": "pnpm run test-node && pnpm run test-docs",
"test-ci": "pnpm run test",
"test-docs": "markdown-doctest",
"postbuild": "tsc rxjs.ts most.ts --declaration --lib DOM,ES5,ES6 && rm src/*.d.ts && rm src/*.js",
"prepublishOnly": "pnpm run build && pnpm run test"
}
"name": "@cycle/time",
"version": "0.20.0",
"description": "A time driver designed to enable awesome testing and dev tooling",
"license": "MIT",
"homepage": "https://cycle.js.org",
"bugs": "https://github.com/cyclejs/cyclejs/issues",
"repository": "https://github.com/cyclejs/cyclejs/tree/master/time",
"author": "Nick Johnstone",
"main": "lib/cjs/index.js",
"module": "lib/es6/index.js",
"typings": "lib/cjs/index.d.ts",
"types": "lib/cjs/index.d.ts",
"dependencies": {
"@cycle/run": "^5.2.0",
"combine-errors": "3.0.x",
"most": "*",
"performance-now": "^2.1.0",
"raf": "3.4.x",
"rxjs": "*",
"setimmediate": "1.0.x",
"sorted-immutable-list": "1.1.x",
"variable-diff": "1.1.x",
"xstream": "*"
},
"devDependencies": {
"@cycle/dom": "^22.2.0",
"@cycle/rxjs-run": "^10.2.0",
"@types/mocha": "5.2.x",
"@types/node": "10.12.x",
"budo": "^11.5.0",
"garnish": "5.2.x",
"markdown-doctest": "0.9.x",
"mocha": "~6.2.0",
"most": "1.7.x",
"rxjs": "6.3.x",
"snabbdom-selector": "4.1.x",
"ts-node": "^7.0.1",
"tslint": "^5.11.0",
"typescript": "=3.2.4"
},
"publishConfig": {
"access": "public"
},
"files": [
"lib/",
"dist/",
"most.js",
"rxjs.js",
"most.d.ts",
"rxjs.d.ts"
],
"react-native": {
"variable-diff": false
},
"scripts": {
"build": "pnpm run build-cjs && pnpm run build-es6",
"build-cjs": "tsc --module commonjs --outDir ./lib/cjs",
"build-es6": "tsc --module es6 --outDir ./lib/es6",
"docs": ":",
"lint": "tslint --project tsconfig.lint.json --config ../tslint.json",
"changelog": "cd .. && node .scripts/update-changelogs.js time",
"start": "budo -d example example/index.ts:index.js --live -- -p tsify",
"test-watch": "mocha 'test/**/*.ts' --require ts-node/register --watch -R min",
"test-node": "mocha 'test/**/*.ts' --require ts-node/register --exit",
"test": "pnpm run test-node && pnpm run test-docs",
"test-ci": "../.scripts/retry.sh pnpm test",
"test-docs": "markdown-doctest",
"postbuild": "tsc rxjs.ts most.ts --declaration --lib DOM,ES5,ES6 && rm src/*.d.ts && rm src/*.js",
"prepublishOnly": "pnpm run build && pnpm test"
}
}

Sorry, the diff of this file is not supported yet

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