New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.1.2 to 1.2.0

4

index.js

@@ -55,7 +55,7 @@ /**

function useFakeDate() {
Date = FakeDate;
Date = FakeDate; // eslint-disable-line no-global-assign
}
function useNativeDate() {
Date = NativeDate;
Date = NativeDate; // eslint-disable-line no-global-assign
}

@@ -62,0 +62,0 @@

{
"name": "chronokinesis",
"version": "1.1.2",
"version": "1.2.0",
"description": "Module for testing time-dependent code",

@@ -32,8 +32,8 @@ "author": "Pal Edman <pal.edman@outlook.com>",

"devDependencies": {
"code": "^3.0.2",
"coveralls": "^2.11.12",
"lab": "^11.0.1",
"code": "^4.0.0",
"coveralls": "^2.11.15",
"lab": "^11.2.1",
"lodash.clonedeep": "^4.5.0",
"moment": "^2.14.1"
"moment": "^2.16.0"
}
}
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