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

@itwin/presentation-shared

Package Overview
Dependencies
Maintainers
5
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@itwin/presentation-shared - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

10

CHANGELOG.md
# @itwin/presentation-shared
## 0.2.0
### Minor Changes
- [#582](https://github.com/iTwin/presentation/pull/582): Added `restartToken` property to `ECSqlQueryReaderOptions`.
### Patch Changes
- [#581](https://github.com/iTwin/presentation/pull/581): Bump `itwinjs-core` dependencies to `^4.6.0`
## 0.1.1

@@ -4,0 +14,0 @@

1

lib/cjs/shared/ECSqlCore.d.ts

@@ -67,2 +67,3 @@ import { Id64String } from "@itwin/core-bentley";

rowFormat?: ECSqlQueryRowFormat;
restartToken?: string;
}

@@ -69,0 +70,0 @@ /**

@@ -67,2 +67,3 @@ import { Id64String } from "@itwin/core-bentley";

rowFormat?: ECSqlQueryRowFormat;
restartToken?: string;
}

@@ -69,0 +70,0 @@ /**

12

package.json
{
"name": "@itwin/presentation-shared",
"version": "0.1.1",
"version": "0.2.0",
"description": "The package contains types and utilities used across different iTwin.js Presentation packages.",
"license": "MIT",
"author": {
"name": "Bentley Systems, Inc.",
"url": "http://www.bentley.com"
},
"repository": {

@@ -23,6 +27,6 @@ "type": "git",

"dependencies": {
"@itwin/core-bentley": "^4.5.2"
"@itwin/core-bentley": "^4.6.0"
},
"devDependencies": {
"@itwin/build-tools": "^4.5.2",
"@itwin/build-tools": "^4.6.0",
"@itwin/eslint-plugin": "^4.0.0",

@@ -33,3 +37,3 @@ "@types/chai": "^4.3.14",

"@types/mocha": "^10.0.6",
"@types/node": "^18.19.31",
"@types/node": "^20.12.12",
"@types/sinon": "^17.0.3",

@@ -36,0 +40,0 @@ "@types/sinon-chai": "^3.2.12",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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