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

@csnext/cs-core

Package Overview
Dependencies
Maintainers
3
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csnext/cs-core - npm Package Compare versions

Comparing version 0.0.26 to 0.0.27-beta.e32e5574

dist/classes/search-options.d.ts

8

dist/classes/grid-widget-options.d.ts

@@ -1,7 +0,1 @@

import { IWidgetOptions } from './widget-options';
export interface IGridWidgetOptions extends IWidgetOptions {
columnStart?: number;
columnEnd?: number;
rowStart?: number;
rowEnd?: number;
}
export {};

@@ -0,1 +1,2 @@

import { ISearchOptions } from './search-options';
export declare class NavigationOptions {

@@ -6,2 +7,3 @@ style?: 'left' | 'left-hierarchy' | 'tabs';

floating?: boolean;
search?: ISearchOptions;
}

@@ -19,3 +19,3 @@ export * from './classes/project';

export * from './utils/message-bus/message-bus-service';
export * from './classes/grid-widget-options';
export * from './classes/widget-options';
export * from './classes/search-options';
{
"name": "@csnext/cs-core",
"version": "0.0.26",
"version": "0.0.27-beta.e32e5574",
"description": "cscore",

@@ -5,0 +5,0 @@ "main": "./dist/index.js",

@@ -6,2 +6,1 @@ export interface IDashboardOptions {

}

@@ -0,1 +1,3 @@

import { ISearchOptions } from './search-options';
export class NavigationOptions {

@@ -6,2 +8,3 @@ public style?: 'left' | 'left-hierarchy' | 'tabs';

public floating?: boolean;
public search?: ISearchOptions;
}

@@ -19,5 +19,5 @@ export * from './classes/project';

export * from './utils/message-bus/message-bus-service';
export * from './classes/grid-widget-options';
export * from './classes/widget-options';
export * from './classes/search-options';
// export * from './classes/plugin';

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