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

@contember/react-utils

Package Overview
Dependencies
Maintainers
5
Versions
203
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contember/react-utils - npm Package Compare versions

Comparing version 1.0.0-rc.23 to 1.0.0-rc.24

6

package.json
{
"name": "@contember/react-utils",
"license": "Apache-2.0",
"version": "1.0.0-rc.23",
"version": "1.0.0-rc.24",
"type": "module",

@@ -25,4 +25,6 @@ "sideEffects": false,

"scripts": {
"build": "vite build --mode development && vite build --mode production"
"build": "pnpm run build:js:dev && pnpm run build:js:prod",
"build:js:dev": "vite build --mode development",
"build:js:prod": "vite build --mode production"
}
}
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