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.21.1 to 1.21.2

3

package.json

@@ -32,2 +32,3 @@ {

"babel-preset-stage-0": "^6.3.13",
"babel-runtime": "^6.9.0",
"css-loader": "^0.23.0",

@@ -62,3 +63,3 @@ "eslint": "^1.10.3",

},
"version": "1.21.1"
"version": "1.21.2"
}

@@ -45,3 +45,3 @@ import { render } from 'react-dom'

const output = {}
this.allProperties.forEach(i => {
this.api.allProperties.forEach(i => {
output[i.name] = i.value

@@ -59,2 +59,5 @@ })

if (property.value !== value) {
if (!property.links.update) {
property.set('value', value)
}
this.api.update(property.links, property.id, value)

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