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

@slickgrid-universal/empty-warning-component

Package Overview
Dependencies
Maintainers
1
Versions
126
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slickgrid-universal/empty-warning-component - npm Package Compare versions

Comparing version 5.1.0 to 5.2.0

6

package.json
{
"name": "@slickgrid-universal/empty-warning-component",
"version": "5.1.0",
"version": "5.2.0",
"description": "Slick Empty Warning Component - Vanilla Implementation of an Empty Dataset Warning Component",

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

"dependencies": {
"@slickgrid-universal/common": "~5.1.0"
"@slickgrid-universal/common": "~5.2.0"
},
"gitHead": "dec8be36272c9111cd708a1836e1697ac81be323"
"gitHead": "d7de27ab3ac3c7e2d48302603ac76aaf794e66a2"
}

@@ -23,3 +23,3 @@ import {

init(grid: SlickGrid, containerService: ContainerService) {
init(grid: SlickGrid, containerService: ContainerService): void {
this._grid = grid;

@@ -29,3 +29,3 @@ this._translaterService = containerService.get<TranslaterService>('TranslaterService');

dispose() {
dispose(): void {
this._warningLeftElement?.remove();

@@ -32,0 +32,0 @@ this._warningRightElement?.remove();

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