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

babel-plugin-veui

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-veui - npm Package Compare versions

Comparing version 0.2.3 to 0.2.4

lib/index.js

4

components.json

@@ -203,2 +203,6 @@ [

{
"name": "ToastList",
"path": "ToastList.vue"
},
{
"name": "Tooltip",

@@ -205,0 +209,0 @@ "path": "Tooltip.vue"

7

package.json
{
"name": "babel-plugin-veui",
"version": "0.2.3",
"version": "0.2.4",
"description": "Import VEUI components with ease.",
"main": "dist/index.js",
"main": "lib/index.js",
"scripts": {
"build": "node ./build/components.js && babel src --out-dir dist",
"build": "npm run components && babel src --out-dir lib",
"components": "node ./build/components.js",
"test": "npm run build && ava",

@@ -9,0 +10,0 @@ "prepare": "npm build"

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