New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@codesmith-99/react-file-preview

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

@codesmith-99/react-file-preview - npm Package Compare versions

Comparing version 1.0.12 to 1.0.13

dist/main.js

28

package.json
{
"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"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc