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

arylo-init

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arylo-init - npm Package Compare versions

Comparing version 2.1.22 to 2.1.23

dist/patches/2.1.23.js

7

dist/utils/out.js

@@ -12,3 +12,5 @@ "use strict";

if (spaceNum >= 0) {
action += Array(6 - spaceNum).fill(" ").join("");
action += Array(6 - spaceNum)
.fill(" ")
.join("");
}

@@ -33,3 +35,6 @@ }

}
if (process.env.CI) {
return true;
}
return process.stdout.write(`${action} ${msg}\n`);
};

@@ -11,3 +11,5 @@ import chalk from "chalk";

if (spaceNum >= 0) {
action += Array(6 - spaceNum).fill(" ").join("");
action += Array(6 - spaceNum)
.fill(" ")
.join("");
}

@@ -32,3 +34,6 @@ }

}
if (process.env.CI) {
return true;
}
return process.stdout.write(`${action} ${msg}\n`);
};

5

package.json
{
"name": "arylo-init",
"version": "2.1.22",
"version": "2.1.23",
"description": "Initial Node.js Project for Arylo Edition",

@@ -23,3 +23,3 @@ "main": "./dist/index.js",

"pretest": "npm run clean && npm run build:test && npm run resource",
"test": "ava ./dist/test/**/*.spec.*"
"test": "cross-env CI=true ava ./dist/test/**/*.spec.*"
},

@@ -78,2 +78,3 @@ "repository": {

"ava": "^1.4.1",
"cross-env": "^5.2.0",
"dtss": "^1.1.1",

@@ -80,0 +81,0 @@ "eslint": "^4.19.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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