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

@cognite/sdk

Package Overview
Dependencies
Maintainers
45
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cognite/sdk - npm Package Compare versions

Comparing version 1.5.6 to 1.6.0

1

dist/ThreeD.d.ts

@@ -118,2 +118,3 @@ export interface AssetMapping {

static deleteRevisions(modelId: number, revisionIds: number[]): Promise<void>;
static deleteAssetMappings(modelId: number, revisionId: number, mappings: AssetMapping[]): Promise<void>;
static listAssetMappings(modelId: number, revisionId: number, params?: ThreeDListAssetMappingsParams): Promise<DataWithCursor<AssetMapping>>;

@@ -120,0 +121,0 @@ static listModels(params?: ThreeDListModelsParams): Promise<DataWithCursor<Model>>;

2

package.json
{
"name": "@cognite/sdk",
"version": "1.5.6",
"version": "1.6.0",
"description": "Javascript client library for Cognite SDK",

@@ -5,0 +5,0 @@ "contributors": [

Sorry, the diff of this file is too big to display

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