New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@reacture/core

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reacture/core - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

20

package.json
{
"name": "@reacture/core",
"version": "0.0.4",
"version": "0.0.5",
"description": "A core set of React UI components",

@@ -37,4 +37,4 @@ "keywords": [

"typescript": "^5.7.3",
"@repo/eslint-config": "0.0.0",
"@repo/typescript-config": "0.0.0"
"@repo/typescript-config": "0.0.0",
"@repo/eslint-config": "0.0.0"
},

@@ -46,10 +46,10 @@ "publishConfig": {

".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
"types": "./lib/index.d.ts",
"import": "./lib/index.js",
"require": "./lib-commonjs/index.js"
},
"./button": {
"types": "./dist/components/Button/index.d.ts",
"import": "./dist/components/Button/index.mjs",
"require": "./dist/components/Button/index.js"
"./lib/Button": {
"types": "./lib/Button.d.ts",
"import": "./lib/Button.js",
"require": "./lib-commonjs/Button.js"
}

@@ -56,0 +56,0 @@ },

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