You're Invited: Meet the Socket team at BSidesSF and RSAC - April 27 - May 1.RSVP
Socket
Sign inDemoInstall
Socket

canvacord-assets

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

canvacord-assets - npm Package Compare versions

Comparing version

to
1.0.1

2

installer.js
const chalk = require("chalk");
const arg = process.argv[2];
const arg = process.argv[1];
const initial = Date.now();

@@ -4,0 +4,0 @@

{
"name": "canvacord-assets",
"version": "1.0.0",
"version": "1.0.1",
"description": "Canvacord assets",

@@ -22,3 +22,11 @@ "main": "index.js",

},
"devDependencies": {}
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/Snowflake107/canvacord.git"
},
"bugs": {
"url": "https://github.com/Snowflake107/canvacord/issues"
},
"homepage": "https://github.com/Snowflake107/canvacord#readme"
}