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

ms

Package Overview
Dependencies
Maintainers
55
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 2.1.2 to 2.1.3

2

index.js

@@ -26,3 +26,3 @@ /**

module.exports = function(val, options) {
module.exports = function (val, options) {
options = options || {};

@@ -29,0 +29,0 @@ var type = typeof val;

The MIT License (MIT)
Copyright (c) 2016 Zeit, Inc.
Copyright (c) 2020 Vercel, Inc.

@@ -5,0 +5,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy

{
"name": "ms",
"version": "2.1.2",
"version": "2.1.3",
"description": "Tiny millisecond conversion utility",
"repository": "zeit/ms",
"repository": "vercel/ms",
"main": "./index",

@@ -31,8 +31,9 @@ "files": [

"devDependencies": {
"eslint": "4.12.1",
"eslint": "4.18.2",
"expect.js": "0.3.1",
"husky": "0.14.3",
"lint-staged": "5.0.0",
"mocha": "4.0.1"
"mocha": "4.0.1",
"prettier": "2.0.5"
}
}
# ms
[![Build Status](https://travis-ci.org/zeit/ms.svg?branch=master)](https://travis-ci.org/zeit/ms)
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/zeit)
![CI](https://github.com/vercel/ms/workflows/CI/badge.svg)

@@ -6,0 +5,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