Socket
Socket
Sign inDemoInstall

postgres-interval

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postgres-interval - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

index.d.ts

2

index.js

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

if (property === 'seconds' && this.milliseconds) {
value = (value + this.milliseconds / 1000).toFixed(6).replace(/0+$/, '')
value = (value + this.milliseconds / 1000).toFixed(6).replace(/\.?0+$/, '')
}

@@ -33,0 +33,0 @@

{
"name": "postgres-interval",
"main": "index.js",
"version": "1.1.1",
"version": "1.1.2",
"description": "Parse Postgres interval columns",

@@ -33,4 +33,5 @@ "license": "MIT",

"index.js",
"index.d.ts",
"readme.md"
]
}
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