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
2
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.7.2 to 0.7.3

5

dist/assert-equal.js

@@ -146,3 +146,6 @@ "use strict";

else {
diagram[characterIndex] = "(" + chunk.map(characterString).join('') + ")";
var characters = ['('].concat(chunk.map(characterString), [')']);
characters.forEach(function (character, subIndex) {
diagram[characterIndex + subIndex] = character;
});
}

@@ -149,0 +152,0 @@ });

8

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

@@ -47,7 +47,7 @@ "main": "dist/index.js",

"devDependencies": {
"@types/core-js": "^0.9.35",
"@types/node": "^7.0.0",
"@cycle/dom": "^15.0.0-rc.2",
"@cycle/rxjs-run": "^4.0.0-rc.6",
"@types/core-js": "^0.9.35",
"@types/mocha": "^2.2.37",
"@types/node": "^7.0.0",
"browserify": "^14.0.0",

@@ -59,3 +59,3 @@ "budo": "^9.2.2",

"mocha": "^3.1.2",
"most": "^1.2.1",
"most": "^1.2.2",
"rxjs": "^5.1.0",

@@ -62,0 +62,0 @@ "snabbdom-selector": "^1.1.1",

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