Socket
Socket
Sign inDemoInstall

gobem-proc-sqwish

Package Overview
Dependencies
32
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

3

index.js

@@ -7,6 +7,7 @@ 'use strict';

module.exports = function () {
let client = redis.createClient();
let client;
return {
before: function (next) {
client = redis.createClient();
client.expire('sqwish', 86400);

@@ -13,0 +14,0 @@ next();

{
"name": "gobem-proc-sqwish",
"version": "0.0.1",
"version": "0.0.2",
"description": "Processor to minify CSS files for gobem builder.",

@@ -5,0 +5,0 @@ "main": "index.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc