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

@iobroker/db-states-jsonl

Package Overview
Dependencies
Maintainers
6
Versions
417
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@iobroker/db-states-jsonl - 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

29

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

@@ -9,5 +9,5 @@ "node": ">=12.0.0"

"@alcalzone/jsonl-db": "~3.1.1",
"@iobroker/db-base": "5.0.20-alpha.0-20240314-559f7b7a",
"@iobroker/db-states-file": "5.0.20-alpha.0-20240314-559f7b7a",
"@iobroker/db-states-redis": "5.0.20-alpha.0-20240314-559f7b7a"
"@iobroker/db-base": "5.0.20-alpha.0-20240323-74044f09",
"@iobroker/db-states-file": "5.0.20-alpha.0-20240323-74044f09",
"@iobroker/db-states-redis": "5.0.20-alpha.0-20240323-74044f09"
},

@@ -30,6 +30,15 @@ "keywords": [

"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",
"types": "build/index.d.ts",
"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",

@@ -40,7 +49,5 @@ "publishConfig": {

"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