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

akashacms-cli

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

akashacms-cli - npm Package Compare versions

Comparing version 0.4.0 to 0.4.1

11

cli.js

@@ -29,5 +29,14 @@ #!/usr/bin/env node

var program = require('commander');
var akasha = require('akashacms');
var request = require('request');
var resolve = require('resolve').sync;
var fnakasha;
try {
fnakasha = resolve('akashacms', { basedir: process.cwd() });
} catch (ex) {
console.error("Could not find AkashaCMS because: "+ ex);
}
var akasha = require(fnakasha);
'use strict';

@@ -34,0 +43,0 @@

2

package.json

@@ -32,3 +32,3 @@ {

},
"version": "0.4.0",
"version": "0.4.1",
"engines": {

@@ -35,0 +35,0 @@ "node": ">=0.10.1"

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