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 1.0.0-alpha.7 to 1.0.0-alpha.8

9

lib/index.js

@@ -47,15 +47,14 @@ 'use strict';

var _path = require('path');
var _utils = require('./utils');
var _path2 = _interopRequireDefault(_path);
var _components = require('veui/components.json');
var _utils = require('./utils');
var _components2 = _interopRequireDefault(_components);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
var COMPONENTS = (0, _utils.getJSON)(_path2.default.resolve(__dirname, '../components.json'));
var COMPONENTS_DIRNAME = 'components';
function getComponentPath(componentName) {
var entry = COMPONENTS.find(function (_ref2) {
var entry = _components2.default.find(function (_ref2) {
var name = _ref2.name;

@@ -62,0 +61,0 @@ return name === componentName;

{
"name": "babel-plugin-veui",
"version": "1.0.0-alpha.7",
"version": "1.0.0-alpha.8",
"description": "Import VEUI components with ease.",

@@ -19,2 +19,5 @@ "main": "lib/index.js",

"license": "MIT",
"dependencies": {
"veui": "^1.0.0-alpha.8"
},
"devDependencies": {

@@ -21,0 +24,0 @@ "ava": "^0.20.0",

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