Socket
Socket
Sign inDemoInstall

parse-duration

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-duration - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

index.mjs

3

package.json
{
"name": "parse-duration",
"version": "0.4.0",
"version": "0.4.1",
"description": "convert a human readable duration string to a duration format",

@@ -26,2 +26,3 @@ "keywords": [

"index.js",
"index.mjs",
"index.d.ts"

@@ -28,0 +29,0 @@ ],

@@ -13,2 +13,8 @@

```js
import parse from 'parse-duration'
```
or CommonJS:
```js
var parse = require('parse-duration')

@@ -15,0 +21,0 @@ ```

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