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

systemic-redis

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

systemic-redis - npm Package Compare versions

Comparing version 2.2.0 to 3.0.0

.versionrc

14

package.json
{
"name": "systemic-redis",
"version": "2.2.0",
"version": "3.0.0",
"description": "A systemic redis component",

@@ -14,3 +14,4 @@ "main": "index.js",

"lint:fix": "npm run lint -- --fix",
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"release": "commit-and-tag-version"
},

@@ -27,6 +28,7 @@ "keywords": [

"devDependencies": {
"@commitlint/cli": "^13.2.1",
"@commitlint/config-conventional": "^13.2.0",
"eslint": "^8.1.0",
"husky": "^7.0.4"
"@commitlint/cli": "^17.1.2",
"@commitlint/config-conventional": "^17.1.0",
"commit-and-tag-version": "^10.1.0",
"eslint": "^8.23.1",
"husky": "^8.0.1"
},

@@ -33,0 +35,0 @@ "repository": {

# systemic-redis
A [systemic](https://github.com/guidesmiths/systemic) redis component
## ⚠️ Important notice
Upgrading from version [2.0.1](https://github.com/guidesmiths/systemic-redis/releases/tag/v2.0.1) to versions [2.1.0](https://github.com/guidesmiths/systemic-redis/releases/tag/v2.1.0), [2.1.1](https://github.com/guidesmiths/systemic-redis/releases/tag/v2.1.1) or [2.2.0](https://github.com/guidesmiths/systemic-redis/releases/tag/v2.2.0) is discouraged because the versioning is not correct and there are breaking changes that may break your application.
Please, upgrade directly from version [2.0.1](https://github.com/guidesmiths/systemic-redis/releases/tag/v2.0.1) to version [3.0.0](https://github.com/guidesmiths/systemic-redis/releases/tag/v3.0.0), or keep using version 2.0.1.
## Usage
```js

@@ -6,0 +14,0 @@ const System = require('systemic')

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