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
0
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.15 to 0.0.16

lib-commonjs/components/Button/Button.cjs

23

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

@@ -23,5 +23,6 @@ "keywords": [

"sideEffects": false,
"main": "./lib-commonjs/index.js",
"module": "./lib/index.js",
"types": "./lib/index.d.ts",
"type": "module",
"main": "lib-commonjs/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"files": [

@@ -42,4 +43,4 @@ "lib",

"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"
},

@@ -55,6 +56,6 @@ "publishConfig": {

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

@@ -66,4 +67,4 @@ },

"lint": "eslint . --max-warnings 0",
"clean": "rm -rf .turbo node_modules dist"
"clean": "rm -rf .turbo node_modules lib lib-commonjs"
}
}
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