Socket
Socket
Sign inDemoInstall

postgres-date

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postgres-date - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

2

index.js

@@ -33,3 +33,3 @@ 'use strict'

var ms = matches[7]
ms = ms ? 1000 * parseFloat(ms) : 0
ms = ms ? Math.round(1000 * parseFloat(ms)) : 0

@@ -36,0 +36,0 @@ var date

{
"name": "postgres-date",
"main": "index.js",
"version": "1.0.4",
"version": "1.0.5",
"description": "Postgres date column parser",

@@ -26,4 +26,4 @@ "license": "MIT",

"devDependencies": {
"tape": "^4.0.0",
"standard": "^12.0.1"
"standard": "^14.0.0",
"tape": "^4.0.0"
},

@@ -30,0 +30,0 @@ "files": [

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