timer-wheel
Advanced tools
Comparing version 0.3.2 to 1.0.0
"use strict"; | ||
function __export(m) { | ||
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p]; | ||
} | ||
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } }); | ||
}) : (function(o, m, k, k2) { | ||
if (k2 === undefined) k2 = k; | ||
o[k2] = m[k]; | ||
})); | ||
var __exportStar = (this && this.__exportStar) || function(m, exports) { | ||
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p); | ||
}; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
__export(require("./timer-wheel")); | ||
__export(require("./rescheduling-timer-wheel")); | ||
__export(require("./action-timer-wheel")); | ||
__exportStar(require("./TimerHandle"), exports); | ||
__exportStar(require("./TimerWheel"), exports); | ||
__exportStar(require("./ReschedulingTimerWheel"), exports); | ||
__exportStar(require("./Action"), exports); | ||
__exportStar(require("./ActionTimerWheel"), exports); | ||
//# sourceMappingURL=index.js.map |
@@ -1,4 +0,6 @@ | ||
export * from './timer-wheel'; | ||
export * from './rescheduling-timer-wheel'; | ||
export * from './action-timer-wheel'; | ||
export * from './TimerHandle'; | ||
export * from './TimerWheel'; | ||
export * from './ReschedulingTimerWheel'; | ||
export * from './Action'; | ||
export * from './ActionTimerWheel'; | ||
//# sourceMappingURL=index.js.map |
@@ -1,6 +0,6 @@ | ||
export * from './handle'; | ||
export * from './timer-wheel'; | ||
export * from './rescheduling-timer-wheel'; | ||
export * from './action'; | ||
export * from './action-timer-wheel'; | ||
export * from './TimerHandle'; | ||
export * from './TimerWheel'; | ||
export * from './ReschedulingTimerWheel'; | ||
export * from './Action'; | ||
export * from './ActionTimerWheel'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "timer-wheel", | ||
"version": "0.3.2", | ||
"version": "1.0.0", | ||
"description": "Timer wheel for managing expiration of a large amount of items", | ||
@@ -22,2 +22,3 @@ "license": "MIT", | ||
}, | ||
"sideEffects": false, | ||
"keywords": [ | ||
@@ -30,13 +31,12 @@ "timer", | ||
"devDependencies": { | ||
"@types/jest": "^24.0.15", | ||
"@types/node": "^8.0.0", | ||
"coveralls": "^3.0.5", | ||
"jest": "^24.8.0", | ||
"jest-config": "^24.8.0", | ||
"rimraf": "^2.6.3", | ||
"ts-jest": "^24.0.2", | ||
"tslint": "^5.18.0", | ||
"typescript": "^3.5.3" | ||
}, | ||
"dependencies": {} | ||
"@types/jest": "^26.0.23", | ||
"@types/node": "^15.6.1", | ||
"coveralls": "^3.1.0", | ||
"jest": "^27.0.3", | ||
"jest-config": "^27.0.3", | ||
"rimraf": "^3.0.2", | ||
"ts-jest": "^27.0.1", | ||
"tslint": "^6.1.3", | ||
"typescript": "^4.3.2" | ||
} | ||
} |
@@ -1,6 +0,6 @@ | ||
export * from './handle'; | ||
export * from './timer-wheel'; | ||
export * from './rescheduling-timer-wheel'; | ||
export * from './TimerHandle'; | ||
export * from './TimerWheel'; | ||
export * from './ReschedulingTimerWheel'; | ||
export * from './action'; | ||
export * from './action-timer-wheel'; | ||
export * from './Action'; | ||
export * from './ActionTimerWheel'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
60104
1221
1
1