Socket
Socket
Sign inDemoInstall

worker-timers-broker

Package Overview
Dependencies
Maintainers
1
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

worker-timers-broker - npm Package Compare versions

Comparing version 4.0.34 to 4.0.35

22

package.json

@@ -12,10 +12,10 @@ {

"dependencies": {
"@babel/runtime": "^7.0.0",
"fast-unique-numbers": "^2.1.4",
"@babel/runtime": "^7.1.2",
"fast-unique-numbers": "^2.1.5",
"tslib": "^1.9.3",
"worker-timers-worker": "^4.0.22"
"worker-timers-worker": "^4.0.23"
},
"description": "The broker which is used by the worker-timers package.",
"devDependencies": {
"@babel/core": "^7.1.0",
"@babel/core": "^7.1.2",
"@babel/plugin-external-helpers": "^7.0.0",

@@ -29,3 +29,3 @@ "@babel/plugin-transform-runtime": "^7.1.0",

"cz-conventional-changelog": "^2.1.0",
"eslint": "^5.6.0",
"eslint": "^5.6.1",
"eslint-config-holy-grail": "^31.0.1",

@@ -55,3 +55,3 @@ "grunt": "^1.0.3",

"ts-loader": "^5.2.1",
"tsconfig-holy-grail": "^6.0.9",
"tsconfig-holy-grail": "^6.0.11",
"tslint": "^5.11.0",

@@ -69,2 +69,8 @@ "tslint-config-holy-grail": "^35.1.3",

"homepage": "https://github.com/chrisguttandin/worker-timers-broker",
"husky": {
"hooks": {
"commit-msg": "commitlint --edit --extends @commitlint/config-angular",
"pre-commit": "grunt lint"
}
},
"license": "MIT",

@@ -79,4 +85,2 @@ "main": "build/es5/bundle.js",

"scripts": {
"commitmsg": "commitlint --edit --extends @commitlint/config-angular",
"precommit": "grunt lint",
"prepublishOnly": "grunt build",

@@ -86,3 +90,3 @@ "test": "grunt lint && grunt test"

"types": "build/es2015/module.d.ts",
"version": "4.0.34"
"version": "4.0.35"
}
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