Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

digirati-annotation-bridge

Package Overview
Dependencies
Maintainers
3
Versions
164
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

digirati-annotation-bridge - npm Package Compare versions

Comparing version 0.8.13 to 0.8.14

6

es/annotations.js

@@ -145,3 +145,7 @@ var _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };

case 'ANNOTATION_STUDIO':
return JSON.parse(annotation.body.value);
try {
return JSON.parse(annotation.body.value);
} catch (err) {
return annotation.body.value;
}
case 'SPECIFIC_RESOURCE':

@@ -148,0 +152,0 @@ default:

@@ -168,3 +168,7 @@ 'use strict';

case 'ANNOTATION_STUDIO':
return JSON.parse(annotation.body.value);
try {
return JSON.parse(annotation.body.value);
} catch (err) {
return annotation.body.value;
}
case 'SPECIFIC_RESOURCE':

@@ -171,0 +175,0 @@ default:

2

package.json
{
"name": "digirati-annotation-bridge",
"version": "0.8.13",
"version": "0.8.14",
"description": "Describe annotation-bridge here",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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