New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@annotation-studio/bridge

Package Overview
Dependencies
Maintainers
1
Versions
176
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@annotation-studio/bridge - npm Package Compare versions

Comparing version 1.0.0-rc.13 to 1.0.0-rc.14

2

es/model/Choice.js

@@ -23,3 +23,3 @@ function _objectWithoutProperties(obj, keys) { var target = {}; for (var i in obj) { if (keys.indexOf(i) >= 0) continue; if (!Object.prototype.hasOwnProperty.call(obj, i)) continue; target[i] = obj[i]; } return target; }

return $(UI_CHOICE) === 'True' && Array.isArray($(HAS_PART));
return castBool($(UI_CHOICE), false) === true && Array.isArray($(HAS_PART));
};

@@ -26,0 +26,0 @@

@@ -34,3 +34,3 @@ 'use strict';

return $(_vocab.UI_CHOICE) === 'True' && Array.isArray($(_vocab.HAS_PART));
return (0, _helpers.castBool)($(_vocab.UI_CHOICE), false) === true && Array.isArray($(_vocab.HAS_PART));
};

@@ -37,0 +37,0 @@

{
"name": "@annotation-studio/bridge",
"version": "1.0.0-rc.13",
"version": "1.0.0-rc.14",
"description": "Describe annotation-bridge here",

@@ -22,6 +22,9 @@ "main": "lib/index.js",

"dependencies": {
"@annotation-studio/redux": "^1.0.0-rc.13",
"lodash.flatten": "^4.4.0"
},
"peerDependencies": {
"@annotation-studio/redux": "^1.0.0-rc.13"
},
"devDependencies": {
"@annotation-studio/redux": "^1.0.0-rc.14",
"@fesk/test-environment": "^1.0.0-rc.12",

@@ -28,0 +31,0 @@ "babel-jest": "^20.0.3",

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