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.1 to 0.3.2

2

package.json
{
"name": "grille",
"version": "0.3.1",
"version": "0.3.2",
"description": "Simple CMS using Google Spreadsheets",

@@ -5,0 +5,0 @@ "main": "lib/grille.js",

@@ -17,2 +17,6 @@ 'use strict';

after(function(done) {
storage.clear(done);
});
it("fails loading an invalid version", function(done) {

@@ -19,0 +23,0 @@ grille.loadVersion('asdf', function(err, data) {

@@ -20,2 +20,6 @@ 'use strict';

after(function(done) {
storage.clear(done);
});
it("sets default version", function(done) {

@@ -22,0 +26,0 @@ storage.setDefaultVersion('20150301164200', function(err) {

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