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

rapido-raptorjs

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rapido-raptorjs - npm Package Compare versions

Comparing version 0.3.3 to 0.3.4

18

commands/command-create-webapp.js

@@ -5,2 +5,4 @@ var File = require('raptor/files/File'),

var raptor = require('raptor');
module.exports = {

@@ -56,2 +58,10 @@ usage: 'Usage: $0 create webapp [webapp-name]',

}
var scaffoldData = raptor.extend(args, {
appName: args.appName || args.name,
ifStatic: isStatic,
ifDynamic: !isStatic,
webappType: args.type,
ifTesting: args.includeTesting
}, args.scaffoldData || {});

@@ -63,9 +73,3 @@ rapido.scaffold(

overwrite: true,
data: {
appName: args.name,
ifStatic: isStatic,
ifDynamic: !isStatic,
webappType: args.type,
ifTesting: args.includeTesting
},
data: scaffoldData,
afterFile: function(outputFile) {

@@ -72,0 +76,0 @@

{
"name": "rapido-raptorjs",
"version": "0.3.3",
"version": "0.3.4",
"description": "Rapido stack for the RaptorJS Toolkit",

@@ -5,0 +5,0 @@ "main": "index.js",

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