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

grille

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

grille - npm Package Compare versions

Comparing version 0.3.2 to 0.3.3

3

lib/grille.js

@@ -14,3 +14,2 @@ 'use strict';

this.version = null;
this.ready = false;

@@ -110,3 +109,3 @@ this.spreadsheet = new Spreadsheet(spreadsheet_id, timeout, parallel_limit);

Grille.prototype.get = function(collection, identifier) {
return this.ready && this.spreadsheet.get(collection, identifier);
return this.spreadsheet.get(collection, identifier);
};

@@ -113,0 +112,0 @@

{
"name": "grille",
"version": "0.3.2",
"version": "0.3.3",
"description": "Simple CMS using Google Spreadsheets",

@@ -5,0 +5,0 @@ "main": "lib/grille.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