@codesmith-99/react-file-preview
Advanced tools
Comparing version 1.0.12 to 1.0.13
{ | ||
"name": "@codesmith-99/react-file-preview", | ||
"version": "1.0.12", | ||
"version": "1.0.13", | ||
"description": "", | ||
"main": "./dist/bundle.js", | ||
"module": "./dist/esm/index.js", | ||
"types": "./dist/esm/index.d.ts", | ||
"source": "src/index.ts", | ||
"main": "dist/main.js", | ||
"module": "dist/module.js", | ||
"types": "dist/types.d.ts", | ||
"scripts": { | ||
"build": "npm run build:esm && npm run build:cjs", | ||
"build:esm": "tsc", | ||
"build:cjs": "webpack --mode production", | ||
"build": "parcel build", | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
@@ -40,7 +39,4 @@ "lint": "eslint \"{**/*,*}.{js,ts,jsx,tsx}\"", | ||
"devDependencies": { | ||
"@babel/core": "^7.20.12", | ||
"@babel/preset-env": "^7.20.2", | ||
"@babel/preset-react": "^7.18.6", | ||
"@babel/preset-typescript": "^7.18.6", | ||
"@types/mime-types": "^2.1.1", | ||
"@parcel/packager-ts": "^2.8.2", | ||
"@parcel/transformer-typescript-types": "^2.8.2", | ||
"@types/react": "^18.0.26", | ||
@@ -53,3 +49,2 @@ "@types/react-dom": "^18.0.10", | ||
"@typescript-eslint/parser": "^5.48.0", | ||
"babel-loader": "^9.1.2", | ||
"buffer": "^5.7.1", | ||
@@ -65,9 +60,5 @@ "eslint": "^8.31.0", | ||
"process": "^0.11.10", | ||
"react": "^18.2.0", | ||
"react-dom": "^18.2.0", | ||
"ts-loader": "^9.4.2", | ||
"typescript": "^4.9.4", | ||
"webpack": "^5.75.0", | ||
"webpack-cli": "^5.0.1", | ||
"webpack-dev-server": "^4.11.1" | ||
"typescript": "^4.9.4" | ||
}, | ||
@@ -77,2 +68,3 @@ "dependencies": { | ||
"mime": "^3.0.0", | ||
"react": "^18.2.0", | ||
"react-virtuoso": "^4.0.3", | ||
@@ -79,0 +71,0 @@ "styled-components": "^5.3.6" |
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 1 instance in 1 package
22
0
100
697
0
58052
5
9
1
+ Addedreact@^18.2.0
+ Addedloose-envify@1.4.0(transitive)
+ Addedreact@18.3.1(transitive)