Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

chronokinesis

Package Overview
Dependencies
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chronokinesis - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

5

package.json
{
"name": "chronokinesis",
"version": "1.0.2",
"version": "1.1.0",
"description": "Module for testing time-dependent code",

@@ -35,5 +35,6 @@ "author": "Pal Edman <pal.edman@outlook.com>",

"lab": "^10.3.0",
"lodash": "^4.11.1",
"lodash.assign": "^4.0.8",
"lodash.clonedeep": "^4.3.2",
"moment": "^2.12.0"
}
}
'use strict';
const _ = require('lodash');
const _ = {
cloneDeep: require('lodash.clonedeep'),
assign: require('lodash.assign')
};
const NativeDate = Date;

@@ -5,0 +8,0 @@ const expect = require('code').expect;

coverage.lcov

Sorry, the diff of this file is not supported yet

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