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 1.2.1 to 1.2.3

22

package.json
{
"name": "@slickgrid-universal/custom-footer-component",
"version": "1.2.1",
"version": "1.2.3",
"description": "Slick Custom Footer Component - Vanilla Implementation of a Custom Footer Component",

@@ -17,10 +17,10 @@ "main": "dist/commonjs/index.js",

"build": "cross-env tsc --build",
"postbuild": "npm-run-all bundle:commonjs",
"postbuild": "npm-run-all bundle:commonjs --npm-path npm",
"build:watch": "cross-env tsc --incremental --watch",
"dev": "run-s build",
"dev:watch": "run-p build:watch",
"bundle": "run-p bundle:commonjs bundle:esm",
"dev": "npm run build",
"dev:watch": "run-p build:watch --npm-path npm",
"bundle": "run-p bundle:commonjs bundle:esm --npm-path npm",
"bundle:commonjs": "tsc --project tsconfig.bundle.json --outDir dist/commonjs --module commonjs",
"bundle:esm": "cross-env tsc --project tsconfig.bundle.json --outDir dist/esm --module esnext --target es2018",
"prebundle": "npm-run-all delete:dist",
"prebundle": "npm-run-all delete:dist --npm-path npm",
"delete:dist": "cross-env rimraf --maxBusyTries=10 dist",

@@ -42,4 +42,4 @@ "package:add-browser-prop": "cross-env node ../change-package-browser.js --add-browser=true --folder-name=custom-footer-component",

"engines": {
"node": ">=14.17.0",
"npm": ">=6.14.8"
"node": ">=16.11.0",
"npm": ">=8.0.0"
},

@@ -52,4 +52,4 @@ "browserslist": [

"dependencies": {
"@slickgrid-universal/binding": "^1.2.1",
"@slickgrid-universal/common": "^1.2.1"
"@slickgrid-universal/binding": "^1.2.3",
"@slickgrid-universal/common": "^1.2.3"
},

@@ -61,3 +61,3 @@ "devDependencies": {

},
"gitHead": "11a05e9877ac0a42d53eaefb1edf95586dcd41b3"
"gitHead": "8f9a87cfe68f6e1d6e196114cdf798065b823d01"
}
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![TypeScript](https://img.shields.io/badge/%3C%2F%3E-TypeScript-%230074c1.svg)](http://www.typescriptlang.org/)
[![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
[![lerna--lite](https://img.shields.io/badge/maintained%20with-lerna--lite-blueviolet)](https://github.com/ghiscoding/lerna-lite)
[![npm](https://img.shields.io/npm/v/@slickgrid-universal/custom-footer-component.svg?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/custom-footer-component)

@@ -5,0 +5,0 @@ [![npm](https://img.shields.io/npm/dy/@slickgrid-universal/custom-footer-component?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/custom-footer-component)

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