Socket
Socket
Sign inDemoInstall

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.3 to 0.0.4

6

package.json
{
"name": "genfile",
"version": "0.0.3",
"version": "0.0.4",
"description": "Generate file",

@@ -11,4 +11,4 @@ "main": "dist/genfile.umd.js",

],
"repository": "git@github.com:lx011/genFile.git",
"author": "Len <cxin1314@gmail.com>",
"repository": "git@github.com:nofwl/genFile.git",
"author": "lencx <cxin1314@gmail.com>",
"scripts": {

@@ -15,0 +15,0 @@ "lint": "tslint --project tsconfig.json -t codeFrame 'src/**/*.ts' 'test/**/*.ts'",

@@ -9,2 +9,3 @@ # genFile

npm install genfile --save-dev
# or
yarn add genfile --dev

@@ -16,2 +17,3 @@ ```

```js
// import genFile from 'genfile';
const genFile = require('genfile');

@@ -29,4 +31,5 @@

> **Tip:** \
> *Optional parameter:* `path`, `update` \
> *default value:* path = '', update = false
> **Tip:**
* *Optional parameter:* `path`, `update`
* *default value:* 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