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 2.0.1 to 3.0.0

8

dist/chronokinesis.js

@@ -112,10 +112,12 @@ var chronokinesis = (function (exports) {

exports.default = chronokinesis;
exports.defrost = chronokinesis_2;
exports.freeze = chronokinesis_1;
exports.defrost = chronokinesis_2;
exports.isKeepingTime = chronokinesis_5;
exports.reset = chronokinesis_4;
exports.travel = chronokinesis_3;
exports.reset = chronokinesis_4;
exports.isKeepingTime = chronokinesis_5;
Object.defineProperty(exports, '__esModule', { value: true });
return exports;
}({}));

@@ -109,2 +109,2 @@ /**

export default chronokinesis;
export { chronokinesis_1 as freeze, chronokinesis_2 as defrost, chronokinesis_3 as travel, chronokinesis_4 as reset, chronokinesis_5 as isKeepingTime };
export { chronokinesis_2 as defrost, chronokinesis_1 as freeze, chronokinesis_5 as isKeepingTime, chronokinesis_4 as reset, chronokinesis_3 as travel };
{
"name": "chronokinesis",
"version": "2.0.1",
"version": "3.0.0",
"description": "Module for testing time-dependent code",

@@ -18,7 +18,8 @@ "author": {

"engines": {
"node": ">=8"
"node": ">=10"
},
"scripts": {
"toc": "node generate-api-toc.js",
"test": "make test-cov-lcov",
"test": "lab -vcL",
"test:lcov": "npm t -- -r lcov -o coverage.lcov",
"prepare": "npm run toc && rollup -c"

@@ -48,14 +49,15 @@ },

"devDependencies": {
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"code": "^5.2.4",
"coveralls": "^3.0.2",
"lab": "^18.0.1",
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@hapi/code": "^8.0.2",
"@hapi/lab": "^24.1.0",
"coveralls": "^3.1.0",
"eslint": "^7.13.0",
"lodash.clonedeep": "^4.5.0",
"markdown-toc": "^1.2.0",
"moment": "^2.23.0",
"rollup": "^1.1.0",
"rollup-plugin-babel": "^4.3.1",
"rollup-plugin-commonjs": "^9.2.0"
"moment": "^2.29.1",
"rollup": "^2.33.3",
"rollup-plugin-babel": "^4.4.0",
"rollup-plugin-commonjs": "^10.1.0"
}
}
chronokinesis
=============
[![Build Status](https://travis-ci.org/paed01/chronokinesis.svg?branch=master)](https://travis-ci.org/paed01/chronokinesis) [![Coverage Status](https://coveralls.io/repos/github/paed01/chronokinesis/badge.svg?branch=master)](https://coveralls.io/github/paed01/chronokinesis?branch=master)
[![Build Status](https://travis-ci.com/paed01/chronokinesis.svg?branch=master)](https://travis-ci.com/paed01/chronokinesis) [![Coverage Status](https://coveralls.io/repos/github/paed01/chronokinesis/badge.svg?branch=master)](https://coveralls.io/github/paed01/chronokinesis?branch=master)

@@ -5,0 +5,0 @@ Mock time and date for traveling and freezing. Inspired and borrowed from [timekeeper](https://github.com/vesln/timekeeper).

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