Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

isodate

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

isodate - npm Package Compare versions

Comparing version
0.1.3
to
0.1.4
+2
-2
isodate.js

@@ -11,3 +11,3 @@ /**

Number(match[1]), // year
Number(match[3]) - 1 || 0, // month
(Number(match[3]) - 1) || 0, // month
Number(match[5]) || 0, // day

@@ -30,3 +30,3 @@ Number(match[7]) || 0, // hour

date = new Date(date.valueOf() + offset);
date = new Date(date.valueOf() - offset);
}

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

@@ -1,2 +0,2 @@

Copyright © 2011-2012 Paul Vorbach
Copyright © 2011-2013 Paul Vorbach

@@ -3,0 +3,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of

{
"name": "isodate",
"description": "JavaScript ISO 8601 date/time parser",
"version": "0.1.3",
"version": "0.1.4",
"repository": {

@@ -6,0 +6,0 @@ "type": "git",

@@ -43,3 +43,3 @@ isodate

Copyright © 2011-2012 Paul Vorbach
Copyright © 2011-2013 Paul Vorbach

@@ -46,0 +46,0 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of