🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

timezones-list

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

timezones-list - npm Package Compare versions

Comparing version

to
3.0.0

src/index.ts

11

package.json
{
"name": "timezones-list",
"version": "2.1.1",
"version": "3.0.0",
"description": "List of all timezones",
"author": "Om Srivastava",
"license": "MIT",
"main": "index.js",
"main": "dist/index.js",
"homepage": "https://github.com/omsrivastava/timezones#readme",

@@ -14,2 +14,3 @@ "repository": {

"scripts": {
"build": "tsc",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -25,3 +26,7 @@ },

"GMT"
]
],
"devDependencies": {
"@tsconfig/node14": "^1.0.0",
"typescript": "^4.2.4"
}
}