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

glcl

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glcl - npm Package Compare versions

Comparing version

to
0.0.5

1

dist/bin.d.ts

@@ -0,2 +1,3 @@

#!/usr/bin/env node
import "./clean-files";
//# sourceMappingURL=bin.d.ts.map

@@ -0,1 +1,2 @@

#!/usr/bin/env node
import "./clean-files";

10

package.json
{
"name": "glcl",
"version": "0.0.4",
"version": "0.0.5",
"description": "Cleans your repo via looking at a list of glob patterns in the root",
"module": "dist/index.js",
"bin": "dist/bin.js",
"module": "dist/bin.js",
"bin": {
"glcl": "dist/bin.js"
},
"scripts": {

@@ -13,5 +15,5 @@ "build": "tsc",

"type": "git",
"url": "https://github.com/Meteor-Wallet/meteor_wallet_shared.git"
"url": "git+https://github.com/Meteor-Wallet/meteor_wallet_shared.git"
},
"private": false
}

@@ -0,1 +1,2 @@

#!/usr/bin/env node
import "./clean-files";

Sorry, the diff of this file is not supported yet