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

zexron-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zexron-cli - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

initProject/generate.js

@@ -5,3 +5,3 @@ /**

* -----
* Last Modified: 2018-02-27 12:09:46
* Last Modified: 2018-02-27 02:09:38
*/

@@ -50,5 +50,5 @@

} else {
const buffer = zip.file(key).async('arraybuffer')
const buffer = zip.file(key).async('string')
.then(function (data) {
fs.writeFileSync(filePath, buffer)
fs.writeFileSync(filePath, data)
})

@@ -55,0 +55,0 @@ }

{
"name": "zexron-cli",
"version": "0.0.1",
"version": "0.0.2",
"description": "Easy CLI commands",

@@ -5,0 +5,0 @@ "main": "index.js",

# zexron-cli
My Easy CLI commands
## Install
```bash
$ npm install -g zexron-cli
```
## Usage

@@ -5,0 +10,0 @@ ```bash

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