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

@another_works/nico-generator

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@another_works/nico-generator - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

dist/nico-generator.es.js
#!/usr/bin/env node
/*!
NicoGenerator.js v1.0.1
NicoGenerator.js v1.0.2
https://github.com/anotherworks/NicoGenerator

@@ -6,0 +6,0 @@ Released under the MIT License.

#!/usr/bin/env node
/*!
NicoGenerator.js v1.0.1
NicoGenerator.js v1.0.2
https://github.com/anotherworks/NicoGenerator

@@ -6,0 +6,0 @@ Released under the MIT License.

{
"name": "@another_works/nico-generator",
"version": "1.0.1",
"description": "",
"version": "1.0.2",
"description": "source code generating and replacing tool.",
"bin": {

@@ -6,0 +6,0 @@ "nico-generator": "dist/nico-generator.js"

@@ -7,3 +7,3 @@ # NicoGenerator

```
$ npx @another_works/nico-generator src/index.ts -b company -r employee -p ./check/modules -o ./check/modules -d
$ npx @another_works/nico-generator -b company -r employee -p ./check/modules -o ./check/modules -d
```

@@ -14,3 +14,3 @@

$ npm install -D @another_works/nico-generator
$ nico-generator src/index.ts -b company -r employee -p ./check/modules -o ./check/modules -d
$ nico-generator -b company -r employee -p ./check/modules -o ./check/modules -d
```

@@ -41,3 +41,3 @@

```
$ npx @another_works/nico-generator src/index.ts -b company -r employee -p ./check/modules -o ./check/modules
$ npx @another_works/nico-generator -b company -r employee -p ./check/modules -o ./check/modules
```

@@ -51,2 +51,7 @@

### execute
```
$ ts-node src/index.ts -b company -r employee -p ./check/modules -o ./check/modules
```
### test

@@ -53,0 +58,0 @@ ```

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