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.2 to 1.0.3

2

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

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

return {
name: props.recordRouteName,
name: typeof props.recordRouteName === 'function' ? props.recordRouteName(record) : props.recordRouteName,
params: {

@@ -945,0 +945,0 @@ recordId: record.id

{
"name": "@oarepo/invenio-api-vue-composition",
"version": "1.0.2",
"version": "1.0.3",
"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