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

@jamsite/jamsite-cli

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

@jamsite/jamsite-cli - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

lib/commands/build.js

2

bin/jamsite.js

@@ -18,3 +18,3 @@ #!/usr/bin/env node

try {
return require(`../lib/command-${command}`)
return require(`../lib/commands/${command}`)
} catch (e) {

@@ -21,0 +21,0 @@ if (e.code === 'MODULE_NOT_FOUND') {

{
"name": "@jamsite/jamsite-cli",
"version": "0.0.4",
"version": "0.0.5",
"description": "Jamsite cli - JAMstack framework cli interface",

@@ -46,3 +46,6 @@ "main": "index.js",

},
"homepage": "https://github.com/jamsite/jamsite-cli#readme"
"homepage": "https://github.com/jamsite/jamsite-cli#readme",
"dependencies": {
"exec-sh": "^0.3.4"
}
}
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