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

@slickgrid-universal/custom-tooltip-plugin

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slickgrid-universal/custom-tooltip-plugin - npm Package Compare versions

Comparing version 1.2.6 to 1.3.0

29

package.json
{
"name": "@slickgrid-universal/custom-tooltip-plugin",
"version": "1.2.6",
"version": "1.3.0",
"description": "A plugin to add Custom Tooltip when hovering a cell, it subscribes to the cell",

@@ -16,12 +16,9 @@ "main": "dist/commonjs/index.js",

"scripts": {
"build": "cross-env tsc --build",
"postbuild": "npm-run-all bundle:commonjs --npm-path npm",
"build:watch": "cross-env tsc --incremental --watch",
"dev": "npm run build",
"dev:watch": "run-p build:watch --npm-path npm",
"build": "pnpm run bundle:commonjs",
"build:watch": "tsc --incremental --watch",
"dev": "pnpm run bundle:commonjs",
"dev:watch": "tsc --incremental --watch",
"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 --npm-path npm",
"delete:dist": "cross-env rimraf --maxBusyTries=10 dist",
"bundle:esm": "tsc --project tsconfig.bundle.json --outDir dist/esm --module esnext --target es2018",
"package:add-browser-prop": "cross-env node ../change-package-browser.js --add-browser=true --folder-name=custom-tooltip-plugin",

@@ -41,6 +38,2 @@ "package:remove-browser-prop": "cross-env node ../change-package-browser.js --remove-browser=true --folder-name=custom-tooltip-plugin"

},
"engines": {
"node": ">=14.17.0",
"npm": ">=6.14.8"
},
"browserslist": [

@@ -52,11 +45,11 @@ "last 2 version",

"dependencies": {
"@slickgrid-universal/common": "^1.2.6",
"dompurify": "^2.3.6"
"@slickgrid-universal/common": "1.3.0",
"dompurify": "^2.3.8"
},
"devDependencies": {
"@types/dompurify": "^2.3.3",
"cross-env": "^7.0.3",
"npm-run-all": "^4.1.5",
"rimraf": "^3.0.2"
"npm-run-all2": "^6.0.1"
},
"gitHead": "3a2e6ff120b3cd310e8c046d84d229fba4e9e4b6"
"gitHead": "e36e97bc03591af0e15c50397aadf34530e58156"
}
[![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--lite](https://img.shields.io/badge/maintained%20with-lerna--lite-blueviolet)](https://github.com/ghiscoding/lerna-lite)
[![lerna--lite](https://img.shields.io/badge/maintained%20with-lerna--lite-d428ff)](https://github.com/ghiscoding/lerna-lite)
[![npm](https://img.shields.io/npm/v/@slickgrid-universal/custom-tooltip-plugin.svg?color=forest)](https://www.npmjs.com/package/@slickgrid-universal/custom-tooltip-plugin)

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

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