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 2.0.4 to 3.0.0

11

CHANGELOG.md

@@ -7,2 +7,13 @@ # Changelog

## [3.0.0](https://github.com/googleapis/nodejs-precise-date/compare/v2.0.4...v3.0.0) (2022-06-07)
### ⚠ BREAKING CHANGES
* update library to use Node 12 (#215)
### Build System
* update library to use Node 12 ([#215](https://github.com/googleapis/nodejs-precise-date/issues/215)) ([209a3d1](https://github.com/googleapis/nodejs-precise-date/commit/209a3d1a8a0bf4841c695c6fffe5ef663857161f))
### [2.0.4](https://www.github.com/googleapis/nodejs-precise-date/compare/v2.0.3...v2.0.4) (2021-09-09)

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

18

package.json
{
"name": "@google-cloud/precise-date",
"version": "2.0.4",
"version": "3.0.0",
"description": "A simple utility for precise-dateing functions and classes.",

@@ -16,3 +16,3 @@ "main": "build/src/index.js",

"pretest": "npm run compile",
"docs": "echo no docs 👻",
"docs": "mkdir docs && touch docs/noop.html",
"docs-test": "echo no docs 👻",

@@ -38,15 +38,15 @@ "presystem-test": "npm run compile",

"devDependencies": {
"@types/mocha": "^8.0.0",
"@types/node": "^14.0.0",
"@types/mocha": "^9.0.0",
"@types/node": "^16.0.0",
"@types/sinon": "^10.0.0",
"c8": "^7.0.0",
"codecov": "^3.0.4",
"gts": "^3.0.0",
"mocha": "^8.0.0",
"sinon": "^11.0.0",
"typescript": "^3.8.3"
"gts": "^3.1.0",
"mocha": "^9.2.2",
"sinon": "^14.0.0",
"typescript": "^4.6.4"
},
"engines": {
"node": ">=10.4.0"
"node": ">=12.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