chronokinesis
Advanced tools
Comparing version 1.0.2 to 1.1.0
{ | ||
"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; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24112
499
6