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.8 to 1.5.9

2

package.json

@@ -53,3 +53,3 @@ {

},
"version": "1.5.8"
"version": "1.5.9"
}

@@ -0,1 +1,3 @@

import styles from './input.css'
export default ({ className, onCommit, property, value }) => {

@@ -32,3 +34,3 @@ function getValue(checked, newValue) {

return (
<div className={`${className} ct-${property.display}-list`}>
<div className={`${className} ${styles.input} ct-${property.display}-list`}>
{property.options.map(option => {

@@ -35,0 +37,0 @@ return (

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