Socket
Socket
Sign inDemoInstall

redis-scripto2

Package Overview
Dependencies
7
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.0 to 0.2.1

6

package.json
{
"name": "redis-scripto2",
"version": "0.2.0",
"version": "0.2.1",
"description": "Redis Lua Script Manager for NodeJS",

@@ -13,6 +13,6 @@ "keywords": [

"main": "./lib/scripto.js",
"author": "Arunoda Susiripala <arunoda.susiripala@gmail.com>",
"author": "Octave Online Team <support@octave-online.net>",
"repository": {
"type": "git",
"url": "git://github.com/arunoda/node-redis-scripto.git"
"url": "git://github.com/octave-online/node-redis-scripto.git"
},

@@ -19,0 +19,0 @@ "engines": {

@@ -19,3 +19,3 @@ node-redis-scripto

~~~js
var Scripto = require('redis-scripto');
var Scripto = require('redis-scripto2');
var scriptManager = new Scripto(redisClient);

@@ -22,0 +22,0 @@ scriptManager.loadFromDir('/path/to/lua/scripts');

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