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

@fnpm-io/cli

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fnpm-io/cli - npm Package Compare versions

Comparing version 0.5.0 to 0.5.3

LICENSE

24

package.json
{
"name": "@fnpm-io/cli",
"version": "0.5.0",
"version": "0.5.3",
"description": "FNPM CLI Tool.",

@@ -13,7 +13,2 @@ "private": false,

"type": "module",
"scripts": {
"dev": "swc ./src -d ./build --watch",
"build": "swc ./src -d ./build",
"publish-pkg": "pnpm run build && npm publish"
},
"files": [

@@ -30,2 +25,3 @@ "build"

"axios": "0.27.2",
"bin-links": "3.0.3",
"chalk": "5.0.1",

@@ -35,2 +31,3 @@ "execa": "6.1.0",

"markdown-table": "3.0.2",
"npm-pick-manifest": "7.0.2",
"ora": "6.1.2",

@@ -40,14 +37,19 @@ "pacote": "13.6.2",

"read-package-json-fast": "2.0.3",
"npm-pick-manifest": "7.0.2",
"semver": "7.3.7"
},
"devDependencies": {
"@swc/cli": "0.1.57",
"@swc/core": "1.2.242",
"@types/glob": "7.2.0",
"@types/mv": "2.1.2",
"@types/pacote": "11.1.5",
"@types/prompts": "^2.0.14",
"@types/prompts": "2.0.14",
"@types/semver": "7.3.12",
"@swc/cli": "0.1.57",
"@swc/core": "1.2.242",
"@types/mv": "2.1.2"
"chokidar": "3.5.3"
},
"scripts": {
"dev": "swc ./src -d ./build --watch",
"build": "swc ./src -d ./build",
"publish-pkg": "pnpm run build && npm publish"
}
}
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