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

@vue/reactivity-transform

Package Overview
Dependencies
Maintainers
19
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vue/reactivity-transform - npm Package Compare versions

Comparing version 3.2.27 to 3.2.28

10

dist/reactivity-transform.cjs.js

@@ -153,2 +153,11 @@ 'use strict';

}
else if (stmt.type === 'ExportNamedDeclaration' &&
stmt.declaration &&
stmt.declaration.type === 'VariableDeclaration') {
walkVariableDeclaration(stmt.declaration, isRoot);
}
else if (stmt.type === 'LabeledStatement' &&
stmt.body.type === 'VariableDeclaration') {
walkVariableDeclaration(stmt.body, isRoot);
}
}

@@ -432,2 +441,3 @@ }

}
// skip type nodes
if (parent &&

@@ -434,0 +444,0 @@ parent.type.startsWith('TS') &&

12

package.json
{
"name": "@vue/reactivity-transform",
"version": "3.2.27",
"version": "3.2.28",
"description": "@vue/reactivity-transform",

@@ -18,3 +18,3 @@ "main": "dist/reactivity-transform.cjs.js",

"type": "git",
"url": "git+https://github.com/vuejs/vue-next.git",
"url": "git+https://github.com/vuejs/core.git",
"directory": "packages/reactivity-transform"

@@ -28,9 +28,9 @@ },

"bugs": {
"url": "https://github.com/vuejs/vue-next/issues"
"url": "https://github.com/vuejs/core/issues"
},
"homepage": "https://github.com/vuejs/vue-next/tree/dev/packages/reactivity-transform#readme",
"homepage": "https://github.com/vuejs/core/tree/dev/packages/reactivity-transform#readme",
"dependencies": {
"@babel/parser": "^7.16.4",
"@vue/compiler-core": "3.2.27",
"@vue/shared": "3.2.27",
"@vue/compiler-core": "3.2.28",
"@vue/shared": "3.2.28",
"estree-walker": "^2.0.2",

@@ -37,0 +37,0 @@ "magic-string": "^0.25.7"

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