@kyloc20/mymui-react-textfield
Advanced tools
Comparing version 0.1.7 to 0.1.8
{ | ||
"name": "@kyloc20/mymui-react-textfield", | ||
"description": "a TextField UI component made with React&Typescript", | ||
"version": "0.1.7", | ||
"type": "module", | ||
"main": "build/index.js", | ||
"types": "build/index.d.ts", | ||
"version": "0.1.8", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.ts", | ||
"files": [ | ||
"/build" | ||
"/dist" | ||
], | ||
"exports": { | ||
".": "./dist", | ||
"./TextField.css": "./dist/TextField.css" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
"build": "rimraf build && rimraf types && tsc" | ||
"build": "rimraf dist && npx webpack --progress --mode=production", | ||
"build:tsc": "rimraf build && rimraf types && tsc", | ||
"build:webpack:dev": "rimraf dist && npx webpack --progress --mode=development", | ||
"build:webpack": "rimraf dist && npx webpack --progress --mode=production" | ||
}, | ||
@@ -20,8 +26,17 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@babel/core": "^7.19.1", | ||
"@babel/preset-env": "^7.19.1", | ||
"@types/jest": "^27.4.0", | ||
"@types/react": ">=17", | ||
"@types/react-dom": ">=17", | ||
"babel-loader": "^8.2.5", | ||
"css-loader": "^6.7.1", | ||
"jest": "^27.4.5", | ||
"mini-css-extract-plugin": "^2.6.1", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.79.0" | ||
"rollup": "^2.79.0", | ||
"style-loader": "^3.3.1", | ||
"ts-loader": "^9.3.1", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0" | ||
}, | ||
@@ -28,0 +43,0 @@ "keywords": [], |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
11480
183
15
2
4
No