nis-media-uploader
Advanced tools
Comparing version 1.0.1 to 1.0.29
137
package.json
{ | ||
"name": "nis-media-uploader", | ||
"version": "1.0.1", | ||
"description": "No Input Signal Media Uploader", | ||
"license": "MIT", | ||
"files": [ | ||
"dist/", | ||
"src/index.d.ts" | ||
], | ||
"scripts": { | ||
"start": "cross-env NODE_ENV=development webpack serve --config tools/webpack/webpack.config.dev.js", | ||
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.config.prod.js", | ||
"serve": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.config.prod.js && cross-env serve dist/", | ||
"lint": "eslint --ext .js,.jsx,.ts,.tsx src/" | ||
}, | ||
"devDependencies": { | ||
"@marshallofsound/webpack-asset-relocator-loader": "^0.5.0", | ||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.8", | ||
"@types/node": "^18.11.5", | ||
"@types/react": "^18.0.23", | ||
"@types/react-bootstrap": "^0.32.33", | ||
"@types/react-dom": "^18.0.7", | ||
"@types/uuid": "^9.0.4", | ||
"@types/webpack-env": "^1.18.0", | ||
"@typescript-eslint/eslint-plugin": "^5.41.0", | ||
"@typescript-eslint/parser": "^5.41.0", | ||
"cross-env": "^7.0.3", | ||
"css-loader": "^6.7.1", | ||
"eslint": "^8.26.0", | ||
"eslint-import-resolver-alias": "^1.1.2", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-react": "^7.31.10", | ||
"file-loader": "^6.2.0", | ||
"fork-ts-checker-webpack-plugin": "^7.2.13", | ||
"html-webpack-plugin": "^5.5.0", | ||
"less": "^4.1.3", | ||
"less-loader": "11.1.0", | ||
"mini-css-extract-plugin": "^2.6.1", | ||
"react-refresh": "^0.14.0", | ||
"sass": "^1.55.0", | ||
"sass-loader": "^13.1.0", | ||
"serve": "^14.0.1", | ||
"style-loader": "^3.3.1", | ||
"ts-loader": "9.4.1", | ||
"typescript": "^4.8.4", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0", | ||
"webpack-dev-server": "^4.11.1" | ||
}, | ||
"dependencies": { | ||
"@types/lodash": "^4.14.199", | ||
"axios": "^1.5.1", | ||
"bootstrap": "^5.3.2", | ||
"immer": "^10.0.2", | ||
"lodash": "^4.17.21", | ||
"react": "^18.2.0", | ||
"react-bootstrap": "^2.9.0", | ||
"react-dom": "^18.2.0", | ||
"swr": "^2.2.4", | ||
"uuid": "^9.0.1" | ||
} | ||
"name": "nis-media-uploader", | ||
"version": "1.0.29", | ||
"description": "No Input Signal Media Uploader", | ||
"license": "MIT", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.js", | ||
"files": [ | ||
"dist" | ||
], | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
}, | ||
"scripts": { | ||
"start": "cross-env NODE_ENV=development webpack serve --config tools/webpack/webpack.config.dev.js", | ||
"build": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.config.prod.js", | ||
"prebuild": "tsc", | ||
"serve": "cross-env NODE_ENV=production webpack --config tools/webpack/webpack.config.prod.js && cross-env serve dist/", | ||
"lint": "eslint --ext .js,.jsx,.ts,.tsx src/" | ||
}, | ||
"devDependencies": { | ||
"@marshallofsound/webpack-asset-relocator-loader": "^0.5.0", | ||
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.8", | ||
"@types/node": "^18.11.5", | ||
"@types/react": "^18.0.23", | ||
"@types/react-bootstrap": "^0.32.33", | ||
"@types/react-dom": "^18.0.7", | ||
"@types/uuid": "^9.0.4", | ||
"@types/webpack-env": "^1.18.0", | ||
"@typescript-eslint/eslint-plugin": "^5.41.0", | ||
"@typescript-eslint/parser": "^5.41.0", | ||
"cross-env": "^7.0.3", | ||
"css-loader": "^6.7.1", | ||
"eslint": "^8.26.0", | ||
"eslint-import-resolver-alias": "^1.1.2", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-react": "^7.31.10", | ||
"file-loader": "^6.2.0", | ||
"fork-ts-checker-webpack-plugin": "^7.2.13", | ||
"html-webpack-plugin": "^5.5.0", | ||
"less": "^4.1.3", | ||
"less-loader": "11.1.0", | ||
"mini-css-extract-plugin": "^2.6.1", | ||
"react-refresh": "^0.14.0", | ||
"sass": "^1.55.0", | ||
"sass-loader": "^13.1.0", | ||
"serve": "^14.0.1", | ||
"style-loader": "^3.3.1", | ||
"ts-loader": "9.4.1", | ||
"typescript": "^4.8.4", | ||
"webpack": "^5.74.0", | ||
"webpack-cli": "^4.10.0", | ||
"webpack-dev-server": "^4.11.1" | ||
}, | ||
"dependencies": { | ||
"@types/lodash": "^4.14.199", | ||
"axios": "^1.5.1", | ||
"bootstrap": "^5.3.2", | ||
"immer": "^10.0.2", | ||
"lodash": "^4.17.21", | ||
"react": "^18.2.0", | ||
"react-bootstrap": "^2.9.0", | ||
"react-dom": "^18.2.0", | ||
"swr": "^2.2.4", | ||
"uuid": "^9.0.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git@gitlab.com:no-input-signal/nis-react-uploader.git" | ||
}, | ||
"peerDependencies": { | ||
"react": ">=18.0.0" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
0
100
0
0
2642
11
2
0
2