Socket
Socket
Sign inDemoInstall

babel-helper-vue-jsx-merge-props

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-helper-vue-jsx-merge-props - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

4

index.js

@@ -47,5 +47,5 @@ var nestRE = /^(attrs|props|on|nativeOn|class|style|hook)$/

return function () {
a.apply(this, arguments)
b.apply(this, arguments)
a && a.apply(this, arguments)
b && b.apply(this, arguments)
}
}
{
"name": "babel-helper-vue-jsx-merge-props",
"version": "2.0.2",
"version": "2.0.3",
"description": "babel helper for vue jsx spread.",

@@ -5,0 +5,0 @@ "main": "index.js",

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