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.132-beta.40 to 0.0.132-beta.41

4

dist/interactions/menu.d.ts

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

import { IDashboard } from '../dashboard/dashboard';
export interface IMenu {

@@ -21,6 +22,7 @@ id?: string;

items?: IMenu[];
action?: (menu: IMenu) => void;
action?: (menu: IMenu, dashboard?: IDashboard) => void;
component?: any;
closeOnContentClick?: boolean;
data?: any;
_dashboard?: IDashboard;
}
{
"name": "@csnext/cs-core",
"version": "0.0.132-beta.40+be1dea77",
"version": "0.0.132-beta.41+f8003ad4",
"description": "cscore",

@@ -26,3 +26,3 @@ "main": "./dist/index.js",

},
"gitHead": "be1dea77087bb6c02a8de18f120bec6dcb4f942c"
"gitHead": "f8003ad4bef906b58e8c37621e34b09982c54ddc"
}

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

import { IDashboard } from '../dashboard/dashboard';
export interface IMenu {

@@ -21,6 +23,7 @@ id?: string;

items?: IMenu[];
action?: (menu: IMenu) => void;
action?: (menu: IMenu, dashboard?: IDashboard) => void;
component?: any;
closeOnContentClick?: boolean;
data?: any;
_dashboard?: IDashboard;
}

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