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

@iobroker/db-states-redis

Package Overview
Dependencies
Maintainers
6
Versions
430
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/db-states-redis - npm Package Compare versions

Comparing version 5.0.20-alpha.0-20240314-559f7b7a to 5.0.20-alpha.0-20240323-74044f09

build/cjs/index.d.ts

25

package.json
{
"name": "@iobroker/db-states-redis",
"version": "5.0.20-alpha.0-20240314-559f7b7a",
"version": "5.0.20-alpha.0-20240323-74044f09",
"engines": {

@@ -8,3 +8,3 @@ "node": ">=12.0.0"

"dependencies": {
"@iobroker/db-base": "5.0.20-alpha.0-20240314-559f7b7a",
"@iobroker/db-base": "5.0.20-alpha.0-20240323-74044f09",
"ioredis": "^4.28.2"

@@ -28,5 +28,15 @@ },

"scripts": {
"build": "tsc -b tsconfig.build.json"
"build": "tsc -b tsconfig.build.json",
"postbuild": "esm2cjs --in build/esm --out build/cjs -l error && cpy ./**/*.d.ts ./build/cjs/ --cwd=build/esm/"
},
"main": "build/index.js",
"main": "build/cjs/index.js",
"module": "build/esm/index.js",
"types": "build/esm/index.d.ts",
"exports": {
".": {
"import": "./build/esm/index.js",
"require": "./build/cjs/index.js",
"types": "./build/esm/index.d.ts"
}
},
"license": "MIT",

@@ -36,9 +46,6 @@ "publishConfig": {

},
"types": "build/index.d.ts",
"files": [
"build/lib/",
"build/index.js",
"build/index.d.ts"
"build/"
],
"gitHead": "0cd41f8ea3d7b0b4818e9c88e89179d2b89fcab1"
"gitHead": "487be77dd42776c1fb2635c309c0d7c64dcefe57"
}
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