Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

genfile

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

genfile - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

package.json
{
"name": "genfile",
"version": "0.0.1",
"version": "0.0.2",
"description": "Generate file",

@@ -5,0 +5,0 @@ "main": "dist/genfile.umd.js",

@@ -8,4 +8,4 @@ # genFile

```bash
npm install @lx011/genfile --save-dev
yarn add @lx011/genfile --dev
npm install genfile --save-dev
yarn add genfile --dev
```

@@ -16,3 +16,3 @@

```js
const genFile = require('@lx011/genfile');
const genFile = require('genfile');

@@ -19,0 +19,0 @@ // { filename, template, path? = '', update? = false }

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