Socket
Socket
Sign inDemoInstall

migrate-textlint-scripts

Package Overview
Dependencies
28
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.1.0

8

bin/migrate-textlint-scripts.js

@@ -12,3 +12,3 @@ #!/usr/bin/env node

if (shelljs.exec(command).code !== 0) {
throw new Error("Fail to excute:" + command);
throw new Error("Fail to execute:" + command);
}

@@ -35,3 +35,7 @@ };

"babel-preset-latest",
"babel-preset-env",
"babel-register",
"@babel/register",
"@babel/cli",
"@babel/preset-env",
"mocha",

@@ -49,2 +53,2 @@ "textlint-tester"

echo("✔ Complete!");
echo("✔ Complete!");

@@ -14,3 +14,3 @@ {

"name": "migrate-textlint-scripts",
"version": "1.0.1",
"version": "1.1.0",
"description": "migration tool for using textlint-scripts.",

@@ -17,0 +17,0 @@ "main": "lib/migrate-textlint-scripts.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc