Socket
Socket
Sign inDemoInstall

react-datatrans-light-box

Package Overview
Dependencies
3
Maintainers
2
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.3.0 to 4.0.0

lib/index.d.ts

70

package.json
{
"name": "react-datatrans-light-box",
"version": "3.3.0",
"version": "4.0.0",
"description": "Datatrans Lightbox component for React apps",
"main": "lib/main.js",
"main": "lib/index.js",
"module": "lib/index.mjs",
"types": "lib/index.d.ts",
"keywords": [

@@ -21,6 +23,6 @@ "react",

"test": "npm run lint && npm run build",
"build": "NODE_ENV=production webpack --color --progress",
"watch": "NODE_ENV=production webpack --color --progress --watch",
"lint": "eslint .",
"example:start": "parcel serve example/index.html"
"build": "tsup",
"watch": "tsup --watch",
"lint": "eslint ./src --ext .ts,.tsx",
"example:start": "vite example"
},

@@ -31,31 +33,37 @@ "peerDependencies": {

"devDependencies": {
"babel": "^6.5.2",
"babel-cli": "^6.26.0",
"babel-core": "^6.24.0",
"babel-eslint": "^7.2.1",
"babel-loader": "^6.4.1",
"babel-plugin-transform-class-properties": "^6.22.0",
"babel-plugin-transform-object-rest-spread": "^6.22.0",
"babel-plugin-transform-react-remove-prop-types": "^0.3.2",
"babel-polyfill": "^6.23.0",
"babel-preset-2017": "0.0.0",
"babel-preset-env": "^1.3.2",
"babel-preset-es2015": "^6.22.0",
"babel-preset-latest": "^6.24.0",
"babel-preset-react": "^6.23.0",
"babel-preset-stage-0": "^6.22.0",
"eslint": "^3.11.1",
"eslint-import-resolver-webpack": "^0.8.0",
"eslint-loader": "^1.5.0",
"eslint-plugin-flowtype": "^2.29.1",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^3.0.1",
"eslint-plugin-react": "^6.8.0",
"html-webpack-plugin": "^3.2.0",
"parcel": "1.12.3",
"@types/prop-types": "^15.7.5",
"@types/react": "^18.2.0",
"@typescript-eslint/parser": "^5.59.2",
"eslint": "8.39.0",
"eslint-plugin-react": "^7.32.2",
"prop-types": "^15.6.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"webpack": "^2.3.2"
"tsup": "6.7.0",
"typescript": "5.0.4",
"vite": "4.3.3"
},
"tsup": {
"entry": [
"src/index.ts"
],
"outDir": "lib",
"format": [
"cjs",
"esm"
],
"sourcemap": true,
"clean": true,
"minify": false,
"dts": true,
"target": [
"chrome110",
"firefox110",
"safari16"
],
"external": [
"react",
"prop-types"
]
}
}
SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc