Socket
Socket
Sign inDemoInstall

ms

Package Overview
Dependencies
Maintainers
2
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ms - npm Package Compare versions

Comparing version 1.0.0 to 2.0.0

2

index.js

@@ -49,3 +49,3 @@ /**

str = String(str);
if (str.length > 10000) {
if (str.length > 100) {
return;

@@ -52,0 +52,0 @@ }

{
"name": "ms",
"version": "1.0.0",
"version": "2.0.0",
"description": "Tiny milisecond conversion utility",

@@ -31,8 +31,8 @@ "repository": "zeit/ms",

"devDependencies": {
"eslint": "3.18.0",
"eslint": "3.19.0",
"expect.js": "0.3.1",
"husky": "0.13.2",
"lint-staged": "3.4.0",
"mocha": "3.0.2"
"husky": "0.13.3",
"lint-staged": "3.4.1",
"mocha": "3.4.1"
}
}
# ms
[![Build Status](https://travis-ci.org/zeit/ms.svg?branch=master)](https://travis-ci.org/zeit/ms)
[![Slack Channel](https://zeit-slackin.now.sh/badge.svg)](https://zeit.chat/)
[![Slack Channel](http://zeit-slackin.now.sh/badge.svg)](https://zeit.chat/)

@@ -6,0 +6,0 @@ Use this package to easily convert various time formats to milliseconds.

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