New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cignium-hypermedia-client

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cignium-hypermedia-client - npm Package Compare versions

Comparing version 1.5.4 to 1.5.5

2

package.json

@@ -51,3 +51,3 @@ {

},
"version": "1.5.4"
"version": "1.5.5"
}

@@ -7,6 +7,3 @@ import React from 'react'

function getDate(date) {
const offset = date.toDate().getTimezoneOffset() * 60000
const isoDate = (new Date(date - offset)).toISOString().slice(0,-1)
return isoDate
return date.add(date.utcOffset(), 'm').toISOString().split('T')[0]
}

@@ -13,0 +10,0 @@

Sorry, the diff of this file is too big to display

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