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

@slickgrid-universal/pagination-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/pagination-component - npm Package Compare versions

Comparing version 3.5.0 to 3.5.1

33

package.json
{
"name": "@slickgrid-universal/pagination-component",
"version": "3.5.0",
"version": "3.5.1",
"description": "Slick Pagination Component - Vanilla Implementation of a Pagination Component",
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
"types": "index.d.ts",
"typesVersions": {
">=4.2": {
"*": [
"dist/types/*"
]
}
},
"exports": {
".": {
"import": "./dist/esm/index.js",
"types": "./dist/types/index.d.ts",
"node": "./dist/commonjs/index.js",
"require": "./dist/commonjs/index.js",
"default": "./dist/esm/index.js"
},
"./*": "./*"
"./package.json": "./package.json"
},
"typesVersions": {
"*": {
"*": [
"./dist/types/index.d.ts"
]
}
},
"types": "dist/types/index.d.ts",
"main": "dist/commonjs/index.js",
"module": "dist/esm/index.js",
"publishConfig": {

@@ -46,6 +47,6 @@ "access": "public"

"dependencies": {
"@slickgrid-universal/binding": "~3.5.0",
"@slickgrid-universal/common": "~3.5.0"
"@slickgrid-universal/binding": "~3.5.1",
"@slickgrid-universal/common": "~3.5.1"
},
"gitHead": "d54b2e0fdcc077a47296a5b77c2ed588d2aedc8a"
"gitHead": "55d785c8655d7d92f7c7aac97bb0585a9b4523d4"
}

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