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.16 to 0.0.20

1

dist/classes/header-options.d.ts

@@ -6,3 +6,4 @@ export interface IHeaderOptions {

breadcrumbs?: boolean;
showNotifications?: boolean;
breadcrumbItems?: any[];
}

@@ -17,2 +17,4 @@ import { IWidget, IDashboard } from './../index';

canMinifiy?: boolean;
width?: number;
visible?: boolean;
}

2

package.json
{
"name": "@csnext/cs-core",
"version": "0.0.16",
"version": "0.0.20",
"description": "cscore",

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

@@ -6,3 +6,4 @@ export interface IHeaderOptions {

breadcrumbs?: boolean;
showNotifications?: boolean;
breadcrumbItems?: any[];
}

@@ -18,2 +18,4 @@ import { IWidget, IDashboard } from './../index';

canMinifiy?: boolean;
width?: number;
visible?: boolean;
}
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