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.0 to 2.0.1

1

build/src/index.js

@@ -18,2 +18,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.PreciseDate = void 0;
const FULL_ISO_REG = /\d{4}-[01]\d-[0-3]\dT[0-2]\d:[0-5]\d:[0-5]\d\.\d{4,9}Z/;

@@ -20,0 +21,0 @@ const NO_BIG_INT = 'BigInt only available in Node >= v10.7. Consider using getFullTimeString instead.';

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

### [2.0.1](https://www.github.com/googleapis/nodejs-precise-date/compare/v2.0.0...v2.0.1) (2020-05-08)
### Bug Fixes
* apache license URL ([#468](https://www.github.com/googleapis/nodejs-precise-date/issues/468)) ([#103](https://www.github.com/googleapis/nodejs-precise-date/issues/103)) ([efdc8c6](https://www.github.com/googleapis/nodejs-precise-date/commit/efdc8c6a1e5f8b35da4c5e6ff03fa1f2be6c790f))
## [2.0.0](https://www.github.com/googleapis/nodejs-precise-date/compare/v1.0.3...v2.0.0) (2020-03-26)

@@ -9,0 +16,0 @@

9

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

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

"system-test": "mocha build/system-test",
"prelint": "cd samples; npm link ../; npm i"
"prelint": "cd samples; npm link ../; npm install",
"precompile": "gts clean"
},

@@ -39,6 +40,6 @@ "keywords": [

"@types/node": "^10.5.2",
"@types/sinon": "^7.0.5",
"@types/sinon": "^9.0.0",
"c8": "^7.0.0",
"codecov": "^3.0.4",
"gts": "next",
"gts": "^2.0.0",
"mocha": "^7.0.0",

@@ -45,0 +46,0 @@ "sinon": "^9.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