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

@cognite/sdk

Package Overview
Dependencies
Maintainers
44
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.7.0 to 1.7.1

3

dist/Events.d.ts

@@ -11,2 +11,5 @@ export interface Event {

sourceId?: string;
metadata?: {
[key: string]: string;
};
createdTime: number;

@@ -13,0 +16,0 @@ lastUpdatedTime: number;

@@ -9,2 +9,5 @@ export interface File {

assetIds?: number[];
metadata?: {
[key: string]: string;
};
uploadedAt?: number;

@@ -11,0 +14,0 @@ createdTime?: number;

2

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

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

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