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

@oarepo/invenio-api-vue-composition

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oarepo/invenio-api-vue-composition - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

oarepo-invenio-api-vue-composition.esm.js

@@ -448,3 +448,3 @@ import { unref, ref, computed, watch, defineComponent } from '@vue/composition-api';

ret.buckets = ret.buckets.map(function (x) {
x.key_as_string = ret.facet.values[x.key] || x.key_as_string || x.key;
x.key_as_string = ret.facet.values[x.key] || ret.facet.values[x.key_as_string] || x.key_as_string || x.key;
return x;

@@ -451,0 +451,0 @@ });

{
"name": "@oarepo/invenio-api-vue-composition",
"version": "1.0.8",
"version": "1.0.9",
"main": "oarepo-invenio-api-vue-composition.esm.js",

@@ -5,0 +5,0 @@ "private": false,

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