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

concat-lua

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

concat-lua - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

lib/index.d.ts

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

#!/usr/bin/env node
export {};
//# sourceMappingURL=index.d.ts.map

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

#!/usr/bin/env node
// Dependencies

@@ -2,0 +3,0 @@ import * as fs from "fs";

7

package.json
{
"name": "concat-lua",
"version": "1.0.0",
"version": "1.0.1",
"description": "Concatenates many lua files together, wrapped each one within a `do` block.",
"exports": "lib/index.js",
"exports": "./lib/index.js",
"type": "module",

@@ -35,3 +35,6 @@ "directories": {

"@types/node": "^17.0.25"
},
"bin": {
"concat-lua": "./lib/index.js"
}
}

@@ -7,3 +7,12 @@ # Concat

```bash
OutputPath
Usage: concat-lua [options]
concats lua files
Options:
-V, --version output the version number
-o, --output set where to output
-b, --doBlock do block files (default: true)
-c, --comments add comments (default: true)
-h, --help display help for command
```

@@ -10,0 +19,0 @@

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

#!/usr/bin/env node
// Dependencies

@@ -2,0 +4,0 @@ import * as fs from "fs"

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