Socket
Socket
Sign inDemoInstall

timeunit

Package Overview
Dependencies
0
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.0 to 1.1.1

3

HISTORY.md

@@ -0,1 +1,4 @@

## 1.1.1
* Clean up package.json.
## 1.1.0

@@ -2,0 +5,0 @@ * Add support for canceling timeouts.

@@ -5,3 +5,3 @@ {

"keywords": ["TimeUnit", "time conversion", "Doug Lea"],
"version": "1.1.0",
"version": "1.1.1",
"author": "Jason Walton (https://github.com/jwalton)",

@@ -11,2 +11,6 @@ "contributors": [

],
"repository": {
"type": "git",
"url": "https://github.com/jwalton/timeunitjs.git"
},
"licenses": [{

@@ -24,5 +28,9 @@ "type": "Public Domain",

},
"scripts": {
"prepublish": "cake build",
"build": "cake build"
},
"engines": {
"node": ">=0.6.19"
}
}
}

4

README.md

@@ -12,2 +12,4 @@ TimeUnit js

[![NPM](https://nodei.co/npm/timeunit.png?downloads=true&stars=true)](https://nodei.co/npm/timeunit/)
About

@@ -74,2 +76,2 @@ =====

bower install timeunit
bower install timeunit

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc