Socket
Socket
Sign inDemoInstall

aws-quickdeploy

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aws-quickdeploy - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

9

add_script.js
var jsonfile = require('jsonfile')
module.exports = function () {
var p = jsonfile.readFileSync('../..package.json')
// p.scripts[script.key] = script.value
p.scripts['render'] = 'cd ./node_modules/aws-quickdeploy && grunt render';
jsonfile.writeFileSync('../..package.json', packaged, {spaces: 2})
}
var p = jsonfile.readFileSync('../..package.json')
p.scripts['render'] = 'cd ./node_modules/aws-quickdeploy && grunt render';
jsonfile.writeFileSync('../..package.json', packaged, {spaces: 2})
{
"name": "aws-quickdeploy",
"description": "Quickly deploy a site from a single config file.",
"version": "1.0.5",
"version": "1.0.6",
"main": "gruntfile.js",

@@ -15,3 +15,3 @@ "devDependencies": {

"grunt-prompt": "^1.3.3",
"npm-add-script": "^1.1.0"
"jsonfile": "^3.0.0"
},

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

],
"author": "Gleb Promokhov @glebpro",
"author": "Gleb Promokhov",
"license": "MIT",

@@ -36,0 +36,0 @@ "bugs": {

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