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

@qlik/embed-runtime

Package Overview
Dependencies
Maintainers
0
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qlik/embed-runtime - npm Package Compare versions

Comparing version 1.2.4 to 1.2.5

7

CHANGELOG.md
# @qlik/embed-runtime
## 1.2.5
### Patch Changes
- 42aed93: chore: update npm dependencies
- 8d248ca: fix: type for `ai/assistant` parcel
## 1.2.4

@@ -4,0 +11,0 @@

@@ -155,2 +155,11 @@ import { HostConfig } from '@qlik/api/auth';

};
"ai/assistant": {
props: {
assistantId: string;
threadId?: string;
/** defaults to `qlik-light` */
appearance?: "qlik-dark" | "qlik-light";
};
ref: object;
};
}

@@ -157,0 +166,0 @@ }

18

package.json
{
"name": "@qlik/embed-runtime",
"version": "1.2.4",
"version": "1.2.5",
"description": "Types for Qlik Embed libraries",

@@ -20,14 +20,14 @@ "license": "ISC",

"dependencies": {
"@qlik/api": "^1.23.0"
"@qlik/api": "^1.26.0"
},
"devDependencies": {
"@qlik/eslint-config": "^0.8.1",
"@qlik/prettier-config": "^0.4.18",
"@qlik/tsconfig": "^0.2.7",
"@types/node": "^22.7.9",
"@qlik/eslint-config": "^0.8.2",
"@qlik/prettier-config": "^0.4.19",
"@qlik/tsconfig": "^0.2.8",
"@types/node": "^22.10.5",
"eslint": "^8.57.0",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"rimraf": "^6.0.1",
"tsup": "^8.3.0",
"typescript": "^5.6.3"
"tsup": "^8.3.5",
"typescript": "^5.7.2"
},

@@ -34,0 +34,0 @@ "engines": {

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