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

redis-dumper

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

redis-dumper - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

.goreleaser.yml

14

package.json
{
"name": "redis-dumper",
"version": "1.0.2",
"version": "1.0.3",
"description": "CLI to migrate redis data from one instance to another,",
"main": "index.js",
"scripts": {
"postinstall": "node postinstall.js install",
"preuninstall": "node postinstall.js uninstall"
"postinstall": "go-npm install",
"preuninstall": "go-npm uninstall"
},

@@ -34,11 +34,7 @@ "repository": {

"path": "./bin",
"url": "https://github.com/appit-online/redis-dumper/releases/download/v1.0.0/redis-dumper_1.0.0_{{platform}}_{{arch}}.tar.gz"
"url": "https://github.com/appit-online/redis-dumper/releases/download/v{{version}}/redis-dumper_{{version}}_{{platform}}_{{arch}}.tar.gz"
},
"files": [
"dist",
"postinstall.js"
],
"dependencies": {
"mkdirp": "^1.0.4"
"go-npm": "^0.1.9"
}
}
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