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

mysql-tz

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mysql-tz - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

15

package.json
{
"name": "mysql-tz",
"version": "0.0.1",
"version": "0.0.2",
"description": "convenience function for automatically getting correct timezone information for mysql & mariadb",

@@ -8,2 +8,3 @@ "main": "./lib/index.js",

"scripts": {
"prebuild": "yarn install --production",
"build": "tsc",

@@ -27,2 +28,8 @@ "format": "eslint --fix",

"dependencies": {
"typescript": "^3.9.7"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"eslint": "^8.5.0",
"@babel/cli": "^7.7.4",

@@ -34,7 +41,3 @@ "@babel/core": "^7.10.3",

"@types/node": "^14.0.11",
"@typescript-eslint/eslint-plugin": "^5.8.0",
"@typescript-eslint/parser": "^5.8.0",
"eslint": "^8.5.0",
"ts-node": "^8.10.2",
"typescript": "^3.9.7"
"ts-node": "^8.10.2"
},

@@ -41,0 +44,0 @@ "repository": {

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