Socket
Socket
Sign inDemoInstall

ofo-helpers

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.10 to 1.1.0

10

index.js

@@ -83,2 +83,9 @@ const reorder_rectangle_points = points => {

function fromUTC(time) {
if (typeof time === 'string' && time.includes('T')) {
return moment(time);
}
return moment(time).add(8, "hours");
};
module.exports = {

@@ -90,3 +97,4 @@ mergeArraysOfObjectsUniqueById,

isDefined,
toTitle
toTitle,
fromUTC
}

2

package.json
{
"name": "ofo-helpers",
"version": "1.0.10",
"version": "1.1.0",
"description": "OFO Tech Helpers",

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc