🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

react-bootstrap-editor

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

react-bootstrap-editor - npm Package Compare versions

Package version was removed
This package version has been unpublished, mostly likely due to security reasons

Comparing version

to
2.0.2

34

package.json
{
"name": "react-bootstrap-editor",
"version": "2.0.0",
"version": "2.0.2",
"license": "LGPL-3.0",

@@ -26,7 +26,7 @@ "author": "shiy2008@gmail.com",

"dependencies": {
"@swc/helpers": "^0.5.3",
"edkit": "^1.0.2",
"mobx": ">=6.12",
"@swc/helpers": "^0.5.11",
"edkit": "^1.1.1",
"mobx": ">=6.11",
"mobx-react": ">=9.1",
"web-utility": "^4.1.3"
"web-utility": "^4.3.0"
},

@@ -38,13 +38,13 @@ "peerDependencies": {

"devDependencies": {
"@parcel/config-default": "~2.11.0",
"@parcel/packager-ts": "~2.11.0",
"@parcel/transformer-typescript-tsc": "~2.11.0",
"@parcel/transformer-typescript-types": "~2.11.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"parcel": "~2.11.0",
"@parcel/config-default": "~2.12.0",
"@parcel/packager-ts": "~2.12.0",
"@parcel/transformer-typescript-tsc": "~2.12.0",
"@parcel/transformer-typescript-types": "~2.12.0",
"@types/react": "^18.2.79",
"@types/react-dom": "^18.2.25",
"parcel": "~2.12.0",
"process": "^0.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "~5.3.3"
"typescript": "~5.4.5"
},

@@ -58,6 +58,8 @@ "browserslist": "> 0.5%, last 2 versions, not dead, IE 11",

"scripts": {
"start": "cd test/ && parcel index.html --open",
"build": "rm -rf dist/ && parcel build",
"prepublishOnly": "npm run build"
"clean": "rm -rf .parcel-cache/ dist/",
"start": "npm run clean && cd test/ && parcel index.html --open",
"pack-demo": "npm run clean && cd test/ && parcel build index.html --public-url .",
"build": "npm run clean && parcel build",
"prepublishOnly": "npm run build && npm run pack-demo"
}
}

@@ -11,3 +11,3 @@ # React Bootstrap editor

https://idea2app.github.io/React-MobX-Bootstrap-ts/#/component
https://idea2app.github.io/Edkit/React/

@@ -14,0 +14,0 @@ ## Tools

@@ -11,2 +11,3 @@ {

"lib": ["ES2023", "DOM", "DOM.Iterable"],
"skipLibCheck": true,
"declaration": true,

@@ -13,0 +14,0 @@ "outDir": "dist/"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet