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 0.14.1 to 0.15.0

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

# [0.15.0](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.1...v0.15.0) (2021-07-06)
### Bug Fixes
* **build:** the "files" property should be included in pkg.json ([3d8f12e](https://github.com/ghiscoding/slickgrid-universal/commit/3d8f12e5f55079445c6fb5cde767f8e0b4511ebb))
### Features
* **components:** extract Custom Footer to be an external component ([1794c27](https://github.com/ghiscoding/slickgrid-universal/commit/1794c27d7669c172f606d709d3360bc5d2f77798))
## [0.14.1](https://github.com/ghiscoding/slickgrid-universal/compare/v0.14.0...v0.14.1) (2021-05-22)

@@ -8,0 +25,0 @@

15

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

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

},
"directories": {
"src": "src"
},
"files": [
"/dist"
],
"scripts": {

@@ -20,3 +20,3 @@ "build": "cross-env tsc --build",

"build:watch": "cross-env tsc --incremental --watch",
"dev": "run-s build sass:build sass:copy",
"dev": "run-s build",
"dev:watch": "run-p build:watch",

@@ -43,4 +43,3 @@ "bundle": "run-p bundle:commonjs bundle:esm",

"dependencies": {
"@slickgrid-universal/common": "^0.14.1",
"dompurify": "^2.2.8"
"@slickgrid-universal/common": "^0.15.0"
},

@@ -52,3 +51,3 @@ "devDependencies": {

},
"gitHead": "6709f5df99830cf3113e5883fa0a0bc39a45dfd6"
"gitHead": "193c46945714176aae3a526eac4aac493d979e8c"
}

@@ -17,6 +17,6 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

### External Dependencies
No external dependency
### Internal Dependencies
- [@slickgrid-universal/common](https://github.com/ghiscoding/slickgrid-universal/tree/master/packages/common)
### Installation
Follow the instruction provided in the main [README](https://github.com/ghiscoding/slickgrid-universal#installation)

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