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

slickgrid-react

Package Overview
Dependencies
Maintainers
2
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slickgrid-react - npm Package Compare versions

Comparing version 2.6.2 to 2.6.3

8

CHANGELOG.md

@@ -5,2 +5,10 @@ # Change Log

## [2.6.3](https://github.com/ghiscoding/slickgrid-react/compare/v2.6.2...v2.6.3) (2023-03-23)
### Bug Fixes
* **deps:** update all non-major dependencies to ~2.6.3 ([#73](https://github.com/ghiscoding/slickgrid-react/issues/73)) ([f1b4c36](https://github.com/ghiscoding/slickgrid-react/commit/f1b4c36253baceef3740a20c2dcd817d1671c952))
* **presets:** dynamic columns should be auto-inserted with Grid Presets ([#74](https://github.com/ghiscoding/slickgrid-react/issues/74)) ([df7f777](https://github.com/ghiscoding/slickgrid-react/commit/df7f7770c533a0cf3119a094efbd5c26432e5e3d))
## [2.6.2](https://github.com/ghiscoding/slickgrid-react/compare/v2.6.1...v2.6.2) (2023-03-03)

@@ -7,0 +15,0 @@

1

dist/amd/components/slickgrid-react.d.ts

@@ -162,2 +162,3 @@ import React from 'react';

protected loadEditorCollectionAsync(column: Column): void;
protected insertDynamicPresetColumns(columnId: string, gridPresetColumns: Column[]): void;
/** Load any possible Columns Grid Presets */

@@ -164,0 +165,0 @@ protected loadColumnPresetsWhenDatasetInitialized(): void;

@@ -162,2 +162,3 @@ import React from 'react';

protected loadEditorCollectionAsync(column: Column): void;
protected insertDynamicPresetColumns(columnId: string, gridPresetColumns: Column[]): void;
/** Load any possible Columns Grid Presets */

@@ -164,0 +165,0 @@ protected loadColumnPresetsWhenDatasetInitialized(): void;

@@ -162,2 +162,3 @@ import React from 'react';

protected loadEditorCollectionAsync(column: Column): void;
protected insertDynamicPresetColumns(columnId: string, gridPresetColumns: Column[]): void;
/** Load any possible Columns Grid Presets */

@@ -164,0 +165,0 @@ protected loadColumnPresetsWhenDatasetInitialized(): void;

75

package.json
{
"name": "slickgrid-react",
"version": "2.6.2",
"version": "2.6.3",
"description": "Slickgrid components made available in React",

@@ -79,7 +79,7 @@ "keywords": [

"dependencies": {
"@slickgrid-universal/common": "~2.6.2",
"@slickgrid-universal/custom-footer-component": "~2.6.2",
"@slickgrid-universal/empty-warning-component": "~2.6.2",
"@slickgrid-universal/common": "~2.6.3",
"@slickgrid-universal/custom-footer-component": "~2.6.3",
"@slickgrid-universal/empty-warning-component": "~2.6.3",
"@slickgrid-universal/event-pub-sub": "~2.6.2",
"@slickgrid-universal/pagination-component": "~2.6.2",
"@slickgrid-universal/pagination-component": "~2.6.3",
"dequal": "^2.0.3",

@@ -89,3 +89,3 @@ "dompurify": "^3.0.1",

"i18next": ">=22.0.0",
"jquery": "^3.6.3",
"jquery": "^3.6.4",
"moment-mini": "^2.29.4",

@@ -104,9 +104,9 @@ "regenerator-runtime": "^0.13.11",

"@release-it/conventional-changelog": "^5.1.1",
"@slickgrid-universal/composite-editor-component": "~2.6.2",
"@slickgrid-universal/custom-tooltip-plugin": "~2.6.2",
"@slickgrid-universal/excel-export": "~2.6.2",
"@slickgrid-universal/graphql": "~2.6.2",
"@slickgrid-universal/odata": "~2.6.2",
"@slickgrid-universal/rxjs-observable": "~2.6.2",
"@slickgrid-universal/text-export": "~2.6.2",
"@slickgrid-universal/composite-editor-component": "~2.6.3",
"@slickgrid-universal/custom-tooltip-plugin": "~2.6.3",
"@slickgrid-universal/excel-export": "~2.6.3",
"@slickgrid-universal/graphql": "~2.6.3",
"@slickgrid-universal/odata": "~2.6.3",
"@slickgrid-universal/rxjs-observable": "~2.6.3",
"@slickgrid-universal/text-export": "~2.6.3",
"@testing-library/jest-dom": "^5.16.5",

@@ -116,16 +116,16 @@ "@testing-library/react": "^14.0.0",

"@types/bluebird": "^3.5.38",
"@types/dompurify": "^2.4.0",
"@types/dompurify": "^3.0.0",
"@types/flatpickr": "^3.1.2",
"@types/fnando__sparkline": "^0.3.4",
"@types/i18next-xhr-backend": "^1.4.2",
"@types/jest": "^29.4.0",
"@types/jest": "^29.5.0",
"@types/jquery": "^3.5.16",
"@types/node": "^18.14.5",
"@types/node": "^18.15.5",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"@types/sortablejs": "^1.15.0",
"@types/sortablejs": "^1.15.1",
"@types/text-encoding-utf-8": "^1.0.2",
"@types/webpack": "^5.28.0",
"@typescript-eslint/eslint-plugin": "^5.54.0",
"@typescript-eslint/parser": "^5.54.0",
"@typescript-eslint/eslint-plugin": "^5.56.0",
"@typescript-eslint/parser": "^5.56.0",
"@webpack-cli/serve": "^2.0.1",

@@ -139,7 +139,6 @@ "babel-loader": "^9.1.2",

"cross-env": "^7.0.3",
"css-loader": "6.7.3",
"css-loader": "^6.7.3",
"custom-event-polyfill": "^1.0.7",
"cypress": "^12.7.0",
"duplicate-package-checker-webpack-plugin": "^3.0.0",
"eslint": "^8.35.0",
"cypress": "^12.8.1",
"eslint": "^8.36.0",
"eslint-plugin-import": "^2.27.5",

@@ -151,12 +150,12 @@ "eslint-plugin-prefer-arrow": "^1.2.3",

"html-webpack-plugin": "5.5.0",
"i18next-http-backend": "^2.1.1",
"i18next-http-backend": "^2.2.0",
"isomorphic-fetch": "^3.0.0",
"istanbul-instrumenter-loader": "^3.0.1",
"jest": "^29.4.3",
"jest-cli": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"jest": "^29.5.0",
"jest-cli": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"jest-extended": "^3.2.4",
"jsdom-global": "^3.0.2",
"mini-css-extract-plugin": "^2.7.2",
"minimatch": "^7.4.2",
"mini-css-extract-plugin": "^2.7.5",
"minimatch": "^7.4.3",
"moment-mini": "^2.29.4",

@@ -170,17 +169,17 @@ "npm-check": "^6.0.1",

"react-scripts": "^5.0.1",
"react-router-dom": "^6.8.2",
"release-it": "^15.7.0",
"react-router-dom": "^6.9.0",
"release-it": "^15.9.1",
"require-dir": "^1.2.0",
"rimraf": "^4.2.0",
"rimraf": "^4.4.1",
"rxjs": "^7.8.0",
"sass": "^1.58.3",
"sass-loader": "^13.2.0",
"sass": "^1.59.3",
"sass-loader": "^13.2.1",
"serve": "^14.2.0",
"style-loader": "3.3.1",
"style-loader": "3.3.2",
"ts-jest": "^29.0.5",
"ts-loader": "^9.4.2",
"typescript": "^4.9.5",
"webpack": "^5.75.0",
"webpack": "^5.76.3",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1"
"webpack-dev-server": "^4.13.1"
},

@@ -192,4 +191,4 @@ "engines": {

"resolutions": {
"caniuse-lite": "1.0.30001458"
"caniuse-lite": "1.0.30001469"
}
}

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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