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

@mantine/prism

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mantine/prism - npm Package Compare versions

Comparing version 2.5.0-alpha.0 to 2.5.0-alpha.1

10

package.json
{
"name": "@mantine/prism",
"description": "Code highlight with Mantine theme",
"version": "2.5.0-alpha.0",
"version": "2.5.0-alpha.1",
"main": "cjs/index.js",

@@ -19,10 +19,10 @@ "module": "esm/index.js",

"peerDependencies": {
"@mantine/core": "2.5.0-alpha.0",
"@mantine/hooks": "2.5.0-alpha.0",
"@mantine/core": "2.5.0-alpha.1",
"@mantine/hooks": "2.5.0-alpha.1",
"react": ">=16.8.0",
"react-dom": ">=16.8.0",
"react-jss": ">=10.1.1"
"react-dom": ">=16.8.0"
},
"dependencies": {
"clsx": "^1.1.1",
"react-jss": "^10.7.1",
"prism-react-renderer": "^1.2.1"

@@ -29,0 +29,0 @@ },

@@ -17,3 +17,3 @@ # Mantine prism

```sh
npm install react-jss prism-react-renderer @mantine/prism @mantine/core @mantine/hooks
npm install @mantine/prism @mantine/core @mantine/hooks
```

@@ -24,3 +24,3 @@

```sh
yarn add react-jss prism-react-renderer @mantine/prism @mantine/core @mantine/hooks
yarn add @mantine/prism @mantine/core @mantine/hooks
```

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