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

grunt-i18n-gspreadsheet

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

grunt-i18n-gspreadsheet - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

Gruntfile.js

@@ -33,10 +33,9 @@ /*

i18n_gspreadsheet: {
custom_options: {
test_config: {
options: {
output_dir: 'tmp',
// this document key points to a test file -- https://docs.google.com/spreadsheet/ccc?key=0Araic6gTol6SdEtwb1Badl92c2tlek45OUxJZDlyN2c#gid=0
// it is public readable only.
// this document key points to the test file -- see readme for more info
document_key: '0Araic6gTol6SdEtwb1Badl92c2tlek45OUxJZDlyN2c'
}
},
}
},

@@ -43,0 +42,0 @@

{
"name": "grunt-i18n-gspreadsheet",
"description": "Grunt plugin to generate i18n locale files from a google spreadsheet",
"version": "0.1.0",
"version": "0.1.1",
"homepage": "https://github.com/theoephraim/grunt-i18n-gspreadsheet",

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

@@ -90,6 +90,8 @@ # grunt-i18n-gspreadsheet

i18n_gspreadsheet: {
options: {
google_account: 'my-username@google.com',
google_password: 'MySuperSecretPassword',
document_key: '0Araic6gTol6SdEtwb1Badl92c2tlek45OUxJZDlyN2c'
my_config: {
options: {
google_account: 'my-username@google.com',
google_password: 'MySuperSecretPassword',
document_key: '0Araic6gTol6SdEtwb1Badl92c2tlek45OUxJZDlyN2c'
}
}

@@ -96,0 +98,0 @@ },

@@ -41,2 +41,3 @@ /*

if ( options.google_account && options.google_password ){
gsheet.setAuth( options.google_account, options.google_password, this );

@@ -49,3 +50,3 @@ } else {

if ( err ){
grunt.log.error('Invalid google credentials for "' + options.google_username + '"');
grunt.log.error('Invalid google credentials for "' + options.google_account + '"');
return done( false );

@@ -52,0 +53,0 @@ }

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