Socket
Socket
Sign inDemoInstall

@ovhcloud/ods-component-pagination

Package Overview
Dependencies
37
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.3.1 to 16.3.2

documentation/usage-guidelines/events/usage.events.mdx

12

CHANGELOG.md

@@ -9,2 +9,14 @@ # Change Log

# [16.3.2](https://ovh.github.io/design-system/v16.3.2/?path=/docs/design-system-changelog--page) (2023-11-13)
[compare](https://github.com/ovh/design-system/compare/v16.3.1...v16.3.2)
**Note:** Version bump only for package @ovhcloud/ods-component-pagination
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
# [16.3.1](https://ovh.github.io/design-system/v16.3.1/?path=/docs/design-system-changelog--page) (2023-11-07)

@@ -11,0 +23,0 @@ [compare](https://github.com/ovh/design-system/compare/v16.3.0...v16.3.1)

7

documentation/specifications/spec.md
* [**Interfaces**](#interfaces)
* [**Types**](#types)
* [**Classes**](#classes)

@@ -38,6 +37,2 @@ ## Interfaces

|:---:|
| `md` |
## Classes
### OsdsPagination
| `md` |
{
"name": "@ovhcloud/ods-component-pagination",
"version": "16.3.1",
"version": "16.3.2",
"description": "ODS Pagination component",

@@ -18,3 +18,3 @@ "author": "OVH SAS",

"build:react": "npm --prefix react run build",
"build:stencil": "stencil build --docs --prod --config stencil.config.ts",
"build:stencil": "stencil build --prod --config stencil.config.ts",
"build:vue": "npm --prefix vue run build",

@@ -27,3 +27,3 @@ "clean": "rimraf .stencil coverage custom-elements custom-elements-bundle dist docs-api loader screenshot www",

"FIXME_lint:ts": "eslint 'src/**/*.{js,ts,tsx}'",
"start": "stencil build --docs --dev --watch --serve",
"start": "stencil build --dev --watch --serve",
"test:e2e": "stencil test --e2e --config stencil.config.ts",

@@ -39,17 +39,17 @@ "test:e2e:ci": "stencil test --config stencil.config.ts --e2e --ci",

"dependencies": {
"@ovhcloud/ods-common-core": "16.3.1",
"@ovhcloud/ods-common-stencil": "16.3.1",
"@ovhcloud/ods-common-theming": "16.3.1",
"@ovhcloud/ods-component-button": "16.3.1",
"@ovhcloud/ods-component-icon": "16.3.1",
"@ovhcloud/ods-component-select": "16.3.1",
"@ovhcloud/ods-component-text": "16.3.1",
"@ovhcloud/ods-component-tooltip": "16.3.1"
"@ovhcloud/ods-common-core": "16.3.2",
"@ovhcloud/ods-common-stencil": "16.3.2",
"@ovhcloud/ods-common-theming": "16.3.2",
"@ovhcloud/ods-component-button": "16.3.2",
"@ovhcloud/ods-component-icon": "16.3.2",
"@ovhcloud/ods-component-select": "16.3.2",
"@ovhcloud/ods-component-text": "16.3.2",
"@ovhcloud/ods-component-tooltip": "16.3.2"
},
"devDependencies": {
"@ovhcloud/ods-common-scripts": "16.3.1",
"@ovhcloud/ods-common-testing": "16.3.1",
"@ovhcloud/ods-stencil-dev": "16.3.1"
"@ovhcloud/ods-common-scripts": "16.3.2",
"@ovhcloud/ods-common-testing": "16.3.2",
"@ovhcloud/ods-stencil-dev": "16.3.2"
},
"gitHead": "7527f0f95088806488f24847a40d77501414adf2"
"gitHead": "9163140eb8694186a42cee31aff4fc24d0c02ce7"
}

@@ -9,2 +9,14 @@ # Change Log

# [16.3.2](https://ovh.github.io/design-system/v16.3.2/?path=/docs/design-system-changelog--page) (2023-11-13)
[compare](https://github.com/ovh/design-system/compare/v16.3.1...v16.3.2)
**Note:** Version bump only for package @ovhcloud/ods-component-pagination-react
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
# [16.3.1](https://ovh.github.io/design-system/v16.3.1/?path=/docs/design-system-changelog--page) (2023-11-07)

@@ -11,0 +23,0 @@ [compare](https://github.com/ovh/design-system/compare/v16.3.0...v16.3.1)

{
"name": "@ovhcloud/ods-component-pagination-react",
"version": "16.3.1",
"version": "16.3.2",
"private": true,

@@ -23,3 +23,3 @@ "description": "React specific wrapper for ods",

"dependencies": {
"@ovhcloud/ods-component-pagination": "16.3.1"
"@ovhcloud/ods-component-pagination": "16.3.2"
},

@@ -31,4 +31,4 @@ "peerDependencies": {

"devDependencies": {
"@ovhcloud/ods-react-dev": "16.3.1"
"@ovhcloud/ods-react-dev": "16.3.2"
}
}

@@ -9,2 +9,14 @@ # Change Log

# [16.3.2](https://ovh.github.io/design-system/v16.3.2/?path=/docs/design-system-changelog--page) (2023-11-13)
[compare](https://github.com/ovh/design-system/compare/v16.3.1...v16.3.2)
**Note:** Version bump only for package @ovhcloud/ods-component-pagination-vue
[Latest version](https://ovh.github.io/design-system/latest/?path=/docs/design-system-changelog--page)
# [16.3.1](https://ovh.github.io/design-system/v16.3.1/?path=/docs/design-system-changelog--page) (2023-11-07)

@@ -11,0 +23,0 @@ [compare](https://github.com/ovh/design-system/compare/v16.3.0...v16.3.1)

{
"name": "@ovhcloud/ods-component-pagination-vue",
"version": "16.3.1",
"version": "16.3.2",
"private": true,

@@ -23,3 +23,3 @@ "description": "Vue specific wrapper for ods",

"dependencies": {
"@ovhcloud/ods-component-pagination": "16.3.1"
"@ovhcloud/ods-component-pagination": "16.3.2"
},

@@ -30,4 +30,4 @@ "peerDependencies": {

"devDependencies": {
"@ovhcloud/ods-vue-dev": "16.3.1"
"@ovhcloud/ods-vue-dev": "16.3.2"
}
}

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc