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

@descope/sdk-component-drivers

Package Overview
Dependencies
Maintainers
4
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@descope/sdk-component-drivers - npm Package Compare versions

Comparing version 0.2.39 to 0.2.40

16

dist/index.d.ts

@@ -36,8 +36,3 @@ type Empty = null | undefined;

columns: Column[];
renderColumn: ({ path, header, type, attrs }: {
path: any;
header: any;
type: any;
attrs: any;
}) => string;
renderColumn: ({ path, header, type, attrs }: Column) => string;
};

@@ -48,9 +43,4 @@ get data(): T[];

filterColumns(filterFn: (col: Column) => boolean): void;
onColumnsChange(cb: (columns: typeof this$1.ele.columns) => void): void;
set renderColumn(renderFn: ({ path, header, type, attrs }: {
path: any;
header: any;
type: any;
attrs: any;
}) => string);
onColumnsChange(cb: (columns: Column[]) => void): void;
set renderColumn(renderFn: ({ path, header, type, attrs }: Column) => string);
}

@@ -57,0 +47,0 @@

6

package.json
{
"name": "@descope/sdk-component-drivers",
"version": "0.2.39",
"version": "0.2.40",
"author": "Descope Team <info@descope.com>",

@@ -79,7 +79,7 @@ "homepage": "https://github.com/descope/sdk-component-drivers",

"ts-node": "10.9.2",
"typescript": "^4.5.3"
"typescript": "^5.0.2"
},
"dependencies": {
"tslib": "2.6.3",
"@descope/sdk-helpers": "0.1.58"
"@descope/sdk-helpers": "0.1.59"
},

@@ -86,0 +86,0 @@ "overrides": {

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