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

grunt-mobify-cloud

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grunt-mobify-cloud - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

upload.tar

2

lib/utils.js

@@ -26,3 +26,3 @@ var grunt = require('grunt');

// Cloud expects the folder structure /projectname/bld/all_your_files
// Cloud expects the folder structure /projectslug/bld/all_your_files
archive.file(srcFile, {name: projectSlug + '/bld/' + filepath});

@@ -29,0 +29,0 @@ });

{
"name": "grunt-mobify-cloud",
"description": "A plugin for working with Mobify projects",
"version": "1.0.9",
"version": "1.0.10",
"homepage": "http://cloud.mobify.com",

@@ -6,0 +6,0 @@ "author": {

@@ -10,3 +10,3 @@ # mobifyUpload

options: {
projectName: 'mobify-test',
projectSlug: 'mobify-test',
settingsFile: './.local-settings'

@@ -13,0 +13,0 @@ },

@@ -24,5 +24,3 @@ module.exports = function(grunt) {

var requestOptions = {
// `projectName` is for backwards compatibility. The documented
// field to use is `projectSlug`
projectSlug: options.projectSlug || options.projectName,
projectSlug: options.projectSlug,
origin: options.origin

@@ -29,0 +27,0 @@ };

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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