New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

sqrl-redis-functions

Package Overview
Dependencies
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sqrl-redis-functions - npm Package Compare versions

Comparing version 0.6.9 to 0.6.10

2

lib/CountFunctions.d.ts

@@ -11,3 +11,3 @@ import { SqrlKey, CompileState, Instance, Ast } from "sqrl";

export declare function ensureCounterBump(state: CompileState, sourceAst: Ast, args: CountArguments): {
bumpByAst: import("sqrl").ConstantAst | import("sqrl").CallAst;
bumpByAst: import("sqrl").CallAst | import("sqrl").ConstantAst;
hasAlias: boolean;

@@ -14,0 +14,0 @@ keyedCounterName: string;

{
"name": "sqrl-redis-functions",
"version": "0.6.9",
"version": "0.6.10",
"description": "SQRL (A Safe, Stateful Rules Language for Event Streams) - functions for storing state in redis",

@@ -49,3 +49,3 @@ "homepage": "https://sqrl-lang.github.io/sqrl",

"prettier": "^1.18.2",
"sqrl-test-utils": "^0.6.9",
"sqrl-test-utils": "^0.6.10",
"ts-jest": "^27.1.3",

@@ -65,6 +65,6 @@ "ts-node": "^8.3.0",

"murmurhash3.js": "https://github.com/qix/murmurHash3.js/releases/download/3.0.0-qix-0/murmurhash3.js-3.0.0-qix-0.tgz",
"sqrl": "^0.6.9",
"sqrl-common": "^0.6.9"
"sqrl": "^0.6.10",
"sqrl-common": "^0.6.10"
},
"gitHead": "d6f4789442ac2e1dea7b1f39b87c6db3395fd815"
}
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