@rh-support/utils
Advanced tools
Comparing version 0.0.4 to 0.0.5
{ | ||
"name": "@rh-support/utils", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "> TODO: description", | ||
@@ -27,4 +27,4 @@ "author": "Vikas Rathee <vrathee@redhat.com>", | ||
"scripts": { | ||
"prepublish": "rimraf lib && rollup -c && tsc", | ||
"test": "jest --coverage --verbose --color --passWithNoTests" | ||
"build": "rimraf lib && rollup -c && tsc", | ||
"prepublish": "npm run build" | ||
}, | ||
@@ -34,9 +34,19 @@ "peerDependencies": { | ||
"@rh-support/types": ">=0.0.2", | ||
"lodash": ">=4.17.15" | ||
"js-markdown-extra": ">=1.2.4", | ||
"lodash": ">=4.17.15", | ||
"marked": ">=0.7.0", | ||
"qs": ">=6.7.0" | ||
}, | ||
"devDependencies": { | ||
"@rh-support/api": "^0.0.4", | ||
"@rh-support/types": "^0.0.4", | ||
"@rh-support/api": "^0.0.5", | ||
"@rh-support/types": "^0.0.5", | ||
"@svgr/rollup": "^4.3.2", | ||
"lodash": "*", | ||
"@types/marked": "^0.6.5", | ||
"@types/react": "^16.8.23", | ||
"@types/react-dom": "^16.8.5", | ||
"js-markdown-extra": "^1.2.4", | ||
"lodash": "^4.17.15", | ||
"marked": "^0.7.0", | ||
"qs": "^6.7.0", | ||
"rimraf": "^2.6.3", | ||
"rollup": "^1.17.0", | ||
@@ -50,11 +60,3 @@ "rollup-plugin-commonjs": "^10.0.1", | ||
}, | ||
"dependencies": { | ||
"@types/marked": "^0.6.5", | ||
"@types/react": "^16.8.23", | ||
"@types/react-dom": "^16.8.5", | ||
"js-markdown-extra": "^1.2.4", | ||
"marked": "^0.7.0", | ||
"qs": "^6.7.0" | ||
}, | ||
"gitHead": "e471b45462b52fb25b03be7189a49c0283519810" | ||
"gitHead": "9893e995b9a496e271e5cf5395971ed5fa179c0d" | ||
} |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
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
6
1
55277
18
548
+ Addedmarked@15.0.7(transitive)
- Removed@types/marked@^0.6.5
- Removed@types/react@^16.8.23
- Removed@types/react-dom@^16.8.5
- Removedjs-markdown-extra@^1.2.4
- Removedmarked@^0.7.0
- Removedqs@^6.7.0
- Removed@types/marked@0.6.5(transitive)
- Removed@types/react@16.14.62(transitive)
- Removed@types/react-dom@16.9.25(transitive)
- Removedmarked@0.7.0(transitive)