Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@vinejs/compiler

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vinejs/compiler - npm Package Compare versions

Comparing version 1.2.2 to 2.0.0

2

build/src/scripts/field/variables.js

@@ -8,3 +8,3 @@ export function defineFieldVariables({ parseFnRefId, variableName, wildCardPath, isArrayMember, valueExpression, fieldNameExpression, parentValueExpression, }) {

meta: meta,
fieldName: ${fieldNameExpression},
name: ${fieldNameExpression},
wildCardPath: '${wildCardPath}',

@@ -11,0 +11,0 @@ mutate: defineValue,

@@ -21,3 +21,3 @@ export type RefIdentifier = `ref://${number}`;

parent: any;
fieldName: string | number;
name: string | number;
isArrayMember: boolean;

@@ -24,0 +24,0 @@ };

{
"name": "@vinejs/compiler",
"version": "1.2.2",
"version": "2.0.0",
"description": "Low level compiler for VineJS validator",

@@ -5,0 +5,0 @@ "type": "module",

@@ -43,3 +43,3 @@ /*

meta: meta,
fieldName: ${fieldNameExpression},
name: ${fieldNameExpression},
wildCardPath: '${wildCardPath}',

@@ -46,0 +46,0 @@ mutate: defineValue,

@@ -68,3 +68,2 @@ /*

* The data property is the top-level object under validation.
* It is always an object with string based keys
*/

@@ -117,3 +116,3 @@ data: any

*/
fieldName: string | number
name: string | number

@@ -120,0 +119,0 @@ /**

Sorry, the diff of this file is not supported yet

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