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.1.7 to 1.1.8

2

package.json

@@ -41,3 +41,3 @@ {

},
"version": "1.1.7"
"version": "1.1.8"
}

@@ -34,3 +34,4 @@ # Cignium Hypermedia Client

document.addEventListener('DOMContentLoaded', function() {
Cignium.init('INSERT_ELEMENT_ID', 'INSERT_URL')
Cignium.init('INSERT_ELEMENT_ID')
Cignium.navigate('INSERT_URL')
})

@@ -37,0 +38,0 @@ </script>

@@ -6,5 +6,9 @@ import React from 'react'

getValue(target) {
return target.valueAsDate
return target.valueAsDate.toISOString()
}
get dateValue() {
return new Date(this.state.value).toLocaleDateString()
}
render() {

@@ -18,5 +22,5 @@ return (

type='date'
value={this.state.value} />
value={this.dateValue} />
)
}
}

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