Socket
Socket
Sign inDemoInstall

vue-mindee-js

Package Overview
Dependencies
152
Maintainers
7
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0-rc.10 to 1.3.0-rc.11

.babelrc

3

package.json
{
"name": "vue-mindee-js",
"version": "1.3.0-rc.10",
"version": "1.3.0-rc.11",
"description": "Computer Vision SDK for Vue",

@@ -48,2 +48,3 @@ "author": "@mindee",

"vite": "^2.5.1",
"vite-babel-plugin": "^0.0.2",
"vue": "^3.2.6",

@@ -50,0 +51,0 @@ "vue-tsc": "^0.3.0"

import { defineConfig } from "vite";
import babel from "vite-babel-plugin";
import vue from "@vitejs/plugin-vue";

@@ -13,3 +14,3 @@ import pkg from "./package.json";

export default defineConfig({
plugins: [vue()],
plugins: [vue(), babel()],

@@ -16,0 +17,0 @@ define: {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc