Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

worker-timer

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

worker-timer - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

31

package.json
{
"name": "worker-timer",
"description": "Timer API that works stable in background tabs",
"version": "1.0.0",
"author": "mohayonao <mohayonao@gmail.com>",
"version": "1.1.0",
"author": "Nao Yonamine <mohayonao@gmail.com>",
"bugs": {

@@ -10,12 +10,14 @@ "url": "https://github.com/mohayonao/worker-timer/issues"

"devDependencies": {
"karma": "^0.12.37",
"karma-browserify": "^4.4.2",
"karma-chrome-launcher": "^0.1.12",
"karma-firefox-launcher": "^0.1.7",
"karma-mocha": "^0.1.10",
"mocha": "^2.3.4"
"browserify": "^13.0.1",
"karma": "^0.13.22",
"karma-browserify": "^5.0.5",
"karma-chrome-launcher": "^1.0.1",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"mocha": "^2.5.3",
"uglify-js": "^2.6.2"
},
"files": [
"index.js",
"package.json",
"index.js",
"README.md"

@@ -39,4 +41,13 @@ ],

"scripts": {
"test": "karma start"
"build": "npm run build-browser && npm run build-minify",
"build-browser": "browserify index.js --standalone WorkerTimer -o build/worker-timer.js",
"build-minify": "uglifyjs build/worker-timer.js -o build/worker-timer.min.js",
"gh-pages": "git checkout gh-pages && git merge master && git push origin gh-pages && git checkout master",
"postversion": "git push && git push --tags",
"prepublish": "npm run test && npm run build",
"preversion": "npm run test",
"test": "karma start",
"travis": "npm run test",
"version": "npm run build && git add -A build"
}
}
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