Socket
Socket
Sign inDemoInstall

@paprika/select

Package Overview
Dependencies
97
Maintainers
3
Versions
105
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.14 to 2.0.15-next.0

12

CHANGELOG.md
# Changelog
## 2.0.15-next.0
### Patch Changes
- d60fb99: peerDependencies now include react@17 and react@18
- Updated dependencies [d60fb99]
- @paprika/constants@1.0.1-next.0
- @paprika/icon@2.1.8-next.0
- @paprika/tokens@2.0.1-next.0
- @paprika/helpers@2.4.2-next.0
- @paprika/stylers@1.1.8-next.0
## 2.0.14

@@ -4,0 +16,0 @@

16

package.json
{
"name": "@paprika/select",
"version": "2.0.14",
"version": "2.0.15-next.0",
"description": "The Select component is a styled select drop-down form input that can be used as a controlled or uncontrolled component.",

@@ -19,14 +19,14 @@ "author": "@paprika",

"@babel/runtime-corejs2": "^7.3.1",
"@paprika/constants": "^1.0.0",
"@paprika/helpers": "^2.4.1",
"@paprika/icon": "^2.1.7",
"@paprika/stylers": "^1.1.7",
"@paprika/tokens": "^2.0.0",
"@paprika/constants": "^1.0.1-next.0",
"@paprika/helpers": "^2.4.2-next.0",
"@paprika/icon": "^2.1.8-next.0",
"@paprika/stylers": "^1.1.8-next.0",
"@paprika/tokens": "^2.0.1-next.0",
"prop-types": "^15.7.2"
},
"peerDependencies": {
"react": "^16.8.4",
"react-dom": "^16.8.4",
"react": "^16.8.4 || ^17.0.2 || ^18.0.0",
"react-dom": "^16.8.4 || ^17.0.2 || ^18.0.0",
"styled-components": "^4.2.0"
}
}
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