Socket
Socket
Sign inDemoInstall

retimer

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

retimer - npm Package Compare versions

Comparing version 3.0.0 to 4.0.0

.github/workflows/ci.yml

22

package.json
{
"name": "retimer",
"version": "3.0.0",
"version": "4.0.0",
"description": "Reschedulable Timer for your node needs",
"main": "retimer.js",
"types": "types.d.ts",
"scripts": {
"lint": "standard",
"test": "tape test.js | tap-dot"
"test": "npm run test:ci && npm run test:typescript",
"test:ci": "tape test.js | tap-dot",
"test:typescript": "tsd"
},

@@ -31,11 +34,16 @@ "pre-commit": [

"devDependencies": {
"fastbench": "^1.0.0",
"pre-commit": "^1.0.10",
"standard": "^16.0.0",
"fastbench": "^1.0.1",
"pre-commit": "^1.2.2",
"standard": "^17.1.0",
"tap-dot": "^2.0.0",
"tape": "^5.0.0"
"tape": "^5.6.6",
"tsd": "^0.28.1"
},
"browser": {
"./time.js": "./time-browser.js"
"./time.js": "./time-browser.js",
"./timers.js": "./timers-browser.js"
},
"dependencies": {
"worker-timers": "^7.0.75"
}
}
'use strict'
const getTime = require('./time')
const { clearTimeout, setTimeout } = require('./timers')

@@ -81,1 +82,2 @@ class Retimer {

module.exports = retimer
module.exports.Retimer = Retimer
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