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

@jsonforms/vue

Package Overview
Dependencies
Maintainers
6
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsonforms/vue - npm Package Compare versions

Comparing version 3.2.0-alpha.4 to 3.2.0-beta.0

28

lib/jsonforms-vue.cjs.js

@@ -34,2 +34,16 @@ 'use strict';

}
function _toPrimitive(t, r) {
if ("object" != typeof t || !t) return t;
var e = t[Symbol.toPrimitive];
if (void 0 !== e) {
var i = e.call(t, r || "default");
if ("object" != typeof i) return i;
throw new TypeError("@@toPrimitive must return a primitive value.");
}
return ("string" === r ? String : Number)(t);
}
function _toPropertyKey(t) {
var i = _toPrimitive(t, "string");
return "symbol" == typeof i ? i : String(i);
}
function _typeof(o) {

@@ -85,16 +99,2 @@ "@babel/helpers - typeof";

}
function _toPrimitive(input, hint) {
if (typeof input !== "object" || input === null) return input;
var prim = input[Symbol.toPrimitive];
if (prim !== undefined) {
var res = prim.call(input, hint || "default");
if (typeof res !== "object") return res;
throw new TypeError("@@toPrimitive must return a primitive value.");
}
return (hint === "string" ? String : Number)(input);
}
function _toPropertyKey(arg) {
var key = _toPrimitive(arg, "string");
return typeof key === "symbol" ? key : String(key);
}

@@ -101,0 +101,0 @@ var script$3 = vue.defineComponent({

@@ -26,2 +26,16 @@ import { defineComponent, openBlock, createElementBlock, inject, ref, computed, onBeforeMount, onUnmounted, createBlock, resolveDynamicComponent, normalizeProps, guardReactiveProps, reactive, resolveComponent } from 'vue';

}
function _toPrimitive(t, r) {
if ("object" != typeof t || !t) return t;
var e = t[Symbol.toPrimitive];
if (void 0 !== e) {
var i = e.call(t, r || "default");
if ("object" != typeof i) return i;
throw new TypeError("@@toPrimitive must return a primitive value.");
}
return ("string" === r ? String : Number)(t);
}
function _toPropertyKey(t) {
var i = _toPrimitive(t, "string");
return "symbol" == typeof i ? i : String(i);
}
function _typeof(o) {

@@ -77,16 +91,2 @@ "@babel/helpers - typeof";

}
function _toPrimitive(input, hint) {
if (typeof input !== "object" || input === null) return input;
var prim = input[Symbol.toPrimitive];
if (prim !== undefined) {
var res = prim.call(input, hint || "default");
if (typeof res !== "object") return res;
throw new TypeError("@@toPrimitive must return a primitive value.");
}
return (hint === "string" ? String : Number)(input);
}
function _toPropertyKey(arg) {
var key = _toPrimitive(arg, "string");
return typeof key === "symbol" ? key : String(key);
}

@@ -93,0 +93,0 @@ var script$3 = defineComponent({

{
"name": "@jsonforms/vue",
"version": "3.2.0-alpha.4",
"version": "3.2.0-beta.0",
"description": "Vue 3 module of JSON Forms",

@@ -37,11 +37,2 @@ "repository": "https://github.com/eclipsesource/jsonforms",

],
"scripts": {
"serve": "vue-cli-service serve dev/serve.ts",
"build": "cross-env NODE_ENV=production rollup --config rollup.config.js",
"clean": "rimraf lib",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"doc": "typedoc --name 'JSON Forms Vue' --out docs src/jsonFormsCompositions.ts",
"test": "jest"
},
"dependencies": {

@@ -54,6 +45,5 @@ "lodash": "^4.17.21"

"@babel/preset-typescript": "^7.9.0",
"@jsonforms/core": "3.2.0-alpha.4",
"@rollup/plugin-alias": "^3.1.8",
"@types/jest": "^27.4.1",
"@types/node": "^16.18.34",
"@types/node": "^18.19.4",
"@typescript-eslint/eslint-plugin": "^5.54.1",

@@ -88,9 +78,18 @@ "@typescript-eslint/parser": "^5.54.1",

"typescript": "4.2.3",
"vue": "^3.2.26"
"vue": "^3.2.26",
"@jsonforms/core": "3.2.0-beta.0"
},
"peerDependencies": {
"@jsonforms/core": "3.2.0-alpha.4",
"@jsonforms/core": "v3.2.0-beta.0",
"vue": "^3.2.26"
},
"gitHead": "288f0dc97d0e861583f5a3c3f8a65ffb5eab8568"
}
"scripts": {
"serve": "vue-cli-service serve dev/serve.ts",
"build": "cross-env NODE_ENV=production rollup --config rollup.config.js",
"clean": "rimraf lib",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"doc": "typedoc --name 'JSON Forms Vue' --out docs src/jsonFormsCompositions.ts",
"test": "jest"
}
}
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