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

poly-js-utils

Package Overview
Dependencies
Maintainers
4
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poly-js-utils - npm Package Compare versions

Comparing version 1.4.8 to 1.4.9

2

package.json
{
"name": "poly-js-utils",
"version": "1.4.8",
"version": "1.4.9",
"description": "Common client-side tools used in HSS Sites themes and locators.",

@@ -5,0 +5,0 @@ "main": "main.js",

@@ -120,3 +120,3 @@ var _ = require('underscore');

var julOffset = moment({ M: 6, d: 1 }).utcOffset();
var stdOffset = Math.min(janOffset, julOffset);
var stdOffset = Math.max(janOffset, julOffset);
return moment(date).utcOffset(stdOffset).format("YYYY-MM-DDTHH:mm:ss");

@@ -123,0 +123,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