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

@slickgrid-universal/custom-footer-component

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slickgrid-universal/custom-footer-component - npm Package Compare versions

Comparing version 4.5.0 to 4.6.0

2

dist/types/slick-footer.component.d.ts
import type { CustomFooterOption, GridOption, Locale, Metrics, Subscription, SlickGrid, TranslaterService } from '@slickgrid-universal/common';
import { SlickEventHandler } from '@slickgrid-universal/common';
import { BasePubSubService } from '@slickgrid-universal/event-pub-sub';
import { type BasePubSubService } from '@slickgrid-universal/event-pub-sub';
import { BindingHelper } from '@slickgrid-universal/binding';

@@ -5,0 +5,0 @@ export declare class SlickFooterComponent {

{
"name": "@slickgrid-universal/custom-footer-component",
"version": "4.5.0",
"version": "4.6.0",
"description": "Slick Custom Footer Component - Vanilla Implementation of a Custom Footer Component",

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

"types": "./dist/types/index.d.ts",
"node": "./dist/cjs/index.js",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",

@@ -42,7 +42,7 @@ "default": "./dist/esm/index.js"

"dependencies": {
"@slickgrid-universal/binding": "~4.5.0",
"@slickgrid-universal/common": "~4.5.0",
"@slickgrid-universal/binding": "~4.6.0",
"@slickgrid-universal/common": "~4.6.0",
"moment-mini": "^2.29.4"
},
"gitHead": "882b8bcd16834696d7ed1d7b4409b6d2b57ba99f"
"gitHead": "e00a993f4f2e48eb28eee6e0985368a7b4374cbc"
}

@@ -13,3 +13,3 @@ import moment from 'moment-mini';

import { Constants, createDomElement, SlickEventHandler, } from '@slickgrid-universal/common';
import { BasePubSubService } from '@slickgrid-universal/event-pub-sub';
import { type BasePubSubService } from '@slickgrid-universal/event-pub-sub';
import { BindingHelper } from '@slickgrid-universal/binding';

@@ -16,0 +16,0 @@

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