Socket
Socket
Sign inDemoInstall

ms

Package Overview
Dependencies
0
Maintainers
82
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-beta.2 to 3.0.0-canary.0

26

package.json
{
"name": "ms",
"version": "3.0.0-beta.2",
"version": "3.0.0-canary.0",
"description": "Tiny millisecond conversion utility",
"repository": "vercel/ms",
"main": "./lib/index.cjs",
"main": "./dist/index.cjs",
"type": "module",
"exports": {
"import": "./lib/index.mjs",
"require": "./lib/index.cjs"
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"module": "./lib/index.mjs",
"types": "./lib/index.d.ts",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"sideEffects": false,

@@ -20,3 +20,3 @@ "license": "MIT",

"files": [
"lib"
"dist"
],

@@ -54,4 +54,4 @@ "scripts": {

"@types/jest": "27.0.1",
"@typescript-eslint/eslint-plugin": "4.29.2",
"@typescript-eslint/parser": "4.29.2",
"@typescript-eslint/eslint-plugin": "4.31.0",
"@typescript-eslint/parser": "4.31.0",
"eslint": "7.32.0",

@@ -61,9 +61,9 @@ "eslint-config-prettier": "8.3.0",

"eslint-plugin-tsdoc": "0.2.14",
"husky": "7.0.1",
"jest": "27.0.6",
"husky": "7.0.2",
"jest": "27.1.1",
"lint-staged": "11.1.2",
"prettier": "2.3.2",
"prettier": "2.4.0",
"ts-jest": "27.0.5",
"typescript": "4.3.5"
"typescript": "4.4.2"
}
}
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