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.11.0 to 1.12.0

2

package.json

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

},
"version": "1.11.0"
"version": "1.12.0"
}

@@ -30,3 +30,3 @@ # Cignium Hypermedia Client

```html
<link rel="stylesheet" type="text/css" src="//npmcdn.com/cignium-hypermedia-client/dist/default.css"></script>
<link rel="stylesheet" type="text/css" href="//npmcdn.com/cignium-hypermedia-client/dist/default.css">
```

@@ -33,0 +33,0 @@

@@ -10,6 +10,9 @@ import { navigate } from '../../api'

data-tip={property.errors}
target={property.links.navigate.target}
id={property.id}
href={property.links.navigate.href}
onClick={e => {
if (!e.metaKey) {
if (!e.metaKey &&
!e.ctrlKey &&
!property.links.navigate.target) {
navigate(property.links.navigate.href)

@@ -16,0 +19,0 @@ e.preventDefault()

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