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

free-ui-tool

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

free-ui-tool - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

lib/commands/migrate/detail-replace.js

@@ -75,3 +75,3 @@ const _ = require("lodash");

const lastIndex = content.slice(index).indexOf(">");
const tagReg = new RegExp(`${old}-[a-z]+`, "i");
const tagReg = new RegExp(`${old}-[a-z-]+`, "i");
let component = content.slice(index, index + lastIndex);

@@ -78,0 +78,0 @@ const tag = _.get(component.match(tagReg), [0], "");

@@ -41,3 +41,3 @@ const path = require("path");

fs.writeFileSync(
path.resolve("./logger.js"),
path.resolve("./logger.txt"),
transformLog(logger)

@@ -44,0 +44,0 @@ );

{
"name": "free-ui-tool",
"version": "0.0.7",
"version": "0.0.8",
"description": "组件替换工具",

@@ -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