🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@mkgalaxy/utilities

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mkgalaxy/utilities - npm Package Compare versions

Comparing version
0.2.7
to
0.2.8
+8
-7
package.json
{
"name": "@mkgalaxy/utilities",
"version": "0.2.7",
"version": "0.2.8",
"main": "dist/index.js",

@@ -28,7 +28,8 @@ "publishConfig": {

"peerDependencies": {
"react": "^18.2.0 || ^19.0.0",
"react-dom": "^18.2.0 || ^19.0.0",
"react": "^18.0.0 || ^19.1.0",
"react-dom": "^18.0.0 || ^19.1.0",
"sass": "^1.69.5"
},
"devDependencies": {
"@craco/craco": "^7.1.0",
"@testing-library/dom": "^9.3.3",

@@ -50,6 +51,6 @@ "@testing-library/jest-dom": "^6.1.4",

"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"start": "craco start",
"build": "craco build",
"test": "craco test",
"eject": "craco eject",
"build:lib": "tsc --project tsconfig.lib.json && node scripts/copy-scss.js",

@@ -56,0 +57,0 @@ "release:patch": "npm run build:lib && npm version patch && npm publish",