Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@mantine/dates

Package Overview
Dependencies
Maintainers
1
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/dates - npm Package Compare versions

Comparing version 2.2.1 to 2.3.0-alpha.0

10

package.json
{
"name": "@mantine/dates",
"description": "Calendars, date and time pickers based on Mantine components",
"version": "2.2.1",
"version": "2.3.0-alpha.0",
"main": "cjs/index.js",

@@ -13,4 +13,4 @@ "module": "esm/index.js",

"peerDependencies": {
"@mantine/core": "2.2.1",
"@mantine/hooks": "2.2.1",
"@mantine/core": "2.3.0-alpha.0",
"@mantine/hooks": "2.3.0-alpha.0",
"dayjs": "^1.10.5",

@@ -21,5 +21,7 @@ "react": ">=16.8.0",

"dependencies": {
"clsx": "^1.1.1"
"clsx": "^1.1.1",
"@popperjs/core": "^2.9.3",
"react-popper": "^2.2.5"
},
"devDependencies": {}
}

2

README.md

@@ -34,2 +34,2 @@ # Mantine dates

All Mantine packages have MIT licence. All Mantine dependencies also have MIT licence, except react-transition-group package which has BSD-3-Clause license.
All Mantine packages have MIT licence. All Mantine dependencies also have MIT licence.
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