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.13.0 to 1.13.1

2

package.json

@@ -56,3 +56,3 @@ {

},
"version": "1.13.0"
"version": "1.13.1"
}

@@ -117,4 +117,9 @@ import { request } from './http'

const data = state.get().drafts[href]
requestResource({ data, href, method: 'post', resourceKey: 'current' })
state.get().drafts.remove(href)
requestResource({
data,
href,
method: 'post',
resourceKey: 'current',
onDone: () => state.get().drafts.remove(href),
})
}

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