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

@hyeon/gen

Package Overview
Dependencies
Maintainers
0
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hyeon/gen - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

dist/cli.js

8

package.json
{
"name": "@hyeon/gen",
"version": "0.0.9",
"version": "0.0.10",
"repository": {

@@ -16,5 +16,5 @@ "type": "git",

],
"main": "cli.js",
"main": "dist/cli.js",
"bin": {
"gen": "cli.js"
"gen": "dist/cli.js"
},

@@ -24,3 +24,3 @@ "scripts": {

"dev": "export NODE_ENV=development && bun lib/cli.ts",
"build": "rimraf cli.js && NODE_ENV=production bun build --entrypoints ./lib/cli.ts --outdir . --target node && sed -i '1i#!/usr/bin/env node' ./cli.js"
"build": "rimraf dist && NODE_ENV=production bun build --entrypoints ./lib/cli.ts --outdir ./dist --target node && sed -i '1i#!/usr/bin/env node' ./dist/cli.js"
},

@@ -27,0 +27,0 @@ "devDependencies": {

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