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

@immomio/api-library

Package Overview
Dependencies
Maintainers
2
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@immomio/api-library - npm Package Compare versions

Comparing version 1.2.2 to 1.2.3

2

lib/utils/date.js

@@ -8,3 +8,3 @@ "use strict";

return match ?
new Date(Date.UTC(+match[1], +match[2] - 1, +match[3], +match[6] || 0, +match[7] || 0, +match[9] || 0, (parseInt(match[10], 10) * 1000) || 0))
new Date(Date.UTC(+match[1], +match[2] - 1, +match[3] || 0, +match[4] + parseInt(match[8], 10) || 0, +match[5] || 0, +match[6] || 0, parseInt(match[7], 10) || 0))
: null;

@@ -11,0 +11,0 @@ };

{
"name": "@immomio/api-library",
"version": "1.2.2",
"version": "1.2.3",
"description": "Immomio library to access the immomio-API",

@@ -5,0 +5,0 @@ "engineStrict": true,

@@ -9,3 +9,3 @@

// tslint:disable-next-line
new Date(Date.UTC(+match[1], +match[2] - 1, +match[3], +match[6] || 0, +match[7] || 0, +match[9] || 0, (parseInt(match[10], 10) * 1000) || 0))
new Date(Date.UTC(+match[1], +match[2] - 1, +match[3] || 0, +match[4] + parseInt(match[8], 10) || 0, +match[5] || 0, +match[6] || 0, parseInt(match[7], 10) || 0))
: null

@@ -12,0 +12,0 @@ }

Sorry, the diff of this file is not supported yet

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