@explita/file-storage-client
Advanced tools
Comparing version 1.2.1 to 1.3.0
{ | ||
"name": "@explita/file-storage-client", | ||
"version": "1.2.1", | ||
"main": "dist/src/index.js", | ||
"types": "dist/types/src/index.d.ts", | ||
"version": "1.3.0", | ||
"main": "dist/index.js", | ||
"types": "dist/types/index.d.ts", | ||
"scripts": { | ||
"clean": "rimraf dist", | ||
"build": "npm run clean && tsc", | ||
"build": "npm run clean && tsc && npm run copy-css", | ||
"copy-css": "copy .\\src\\components\\styles.css dist\\components\\styles.css", | ||
"prepublishOnly": "npm run build", | ||
@@ -27,5 +28,13 @@ "publish": "npm publish --access public" | ||
"devDependencies": { | ||
"@types/react": "^18.3.12", | ||
"css-loader": "^7.1.2", | ||
"rimraf": "^6.0.1", | ||
"style-loader": "^4.0.0", | ||
"typescript": "^5.6.3" | ||
}, | ||
"dependencies": { | ||
"react": "^18.3.1", | ||
"react-dom": "^18.3.1", | ||
"react-dropzone": "^14.3.5" | ||
} | ||
} |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
94262
79
1561
2
3
5
2
7
+ Addedreact@^18.3.1
+ Addedreact-dom@^18.3.1
+ Addedreact-dropzone@^14.3.5
+ Addedattr-accept@2.2.5(transitive)
+ Addedfile-selector@2.1.2(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedprop-types@15.8.1(transitive)
+ Addedreact@18.3.1(transitive)
+ Addedreact-dom@18.3.1(transitive)
+ Addedreact-dropzone@14.3.5(transitive)
+ Addedreact-is@16.13.1(transitive)
+ Addedscheduler@0.23.2(transitive)
+ Addedtslib@2.8.1(transitive)