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

@google-cloud/precise-date

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@google-cloud/precise-date - npm Package Compare versions

Comparing version 3.0.1 to 4.0.0

2

build/src/index.d.ts

@@ -16,3 +16,3 @@ /*!

*/
export declare type DateTuple = [number, number];
export type DateTuple = [number, number];
export interface DateStruct {

@@ -19,0 +19,0 @@ seconds: number;

@@ -5,4 +5,15 @@ # Changelog

[1]: https://www.npmjs.com/package/nodejs-precise-date?activeTab=versions
[1]: https://www.npmjs.com/package/@google-cloud/precise-date?activeTab=versions
## [4.0.0](https://github.com/googleapis/nodejs-precise-date/compare/v3.0.1...v4.0.0) (2023-08-10)
### ⚠ BREAKING CHANGES
* upgrade to Node 14 ([#235](https://github.com/googleapis/nodejs-precise-date/issues/235))
### Miscellaneous Chores
* Upgrade to Node 14 ([#235](https://github.com/googleapis/nodejs-precise-date/issues/235)) ([730c500](https://github.com/googleapis/nodejs-precise-date/commit/730c50022954bf4c9fbef9b6fa357266859660c3))
## [3.0.1](https://github.com/googleapis/nodejs-precise-date/compare/v3.0.0...v3.0.1) (2022-08-23)

@@ -9,0 +20,0 @@

{
"name": "@google-cloud/precise-date",
"version": "3.0.1",
"version": "4.0.0",
"description": "A simple utility for precise-dateing functions and classes.",

@@ -38,14 +38,14 @@ "main": "build/src/index.js",

"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/node": "^20.4.9",
"@types/sinon": "^10.0.0",
"c8": "^7.0.0",
"c8": "^8.0.1",
"codecov": "^3.0.4",
"gts": "^3.1.0",
"gts": "^5.0.0",
"mocha": "^9.2.2",
"sinon": "^14.0.0",
"typescript": "^4.6.4"
"sinon": "^15.0.0",
"typescript": "^5.1.6"
},
"engines": {
"node": ">=12.0.0"
"node": ">=14.0.0"
}
}
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