@dhis2/d2-ui-rich-text
Advanced tools
Comparing version 1.0.0 to 5.0.0
{ | ||
"name": "@dhis2/d2-ui-rich-text", | ||
"version": "1.0.0", | ||
"description": "Rich text components for DHIS2 in d2-ui", | ||
"main": "./build/cjs/index.js", | ||
"module": "./build/es/index.js", | ||
"files": [ | ||
"build" | ||
], | ||
"license": "BSD-3-Clause", | ||
"author": "Edoardo Sabadelli <edoardo@dhis2.org>", | ||
"scripts": { | ||
"coverage": "jest --coverage", | ||
"test-ci": "jest --config=../../jest.config.js packages/rich-text", | ||
"lint": "eslint src/", | ||
"prebuild": "rimraf ./build/*", | ||
"build": "yarn build:commonjs && yarn build:es", | ||
"build:commonjs": "cross-env BABEL_ENV=commonjs babel src --out-dir build/cjs --ignore spec.js", | ||
"build:es": "cross-env BABEL_ENV=es babel src --out-dir build/es --ignore spec.js", | ||
"build:umd": "cross-env && webpack -p", | ||
"watch": "yarn build:es -- --watch" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dhis2/d2-ui.git" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.26.0", | ||
"markdown-it": "^8.4.2", | ||
"prop-types": "^15.6.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0" | ||
}, | ||
"pre-commit": [ | ||
"validate", | ||
"test" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
"name": "@dhis2/d2-ui-rich-text", | ||
"version": "5.0.0", | ||
"description": "Rich text components for DHIS2 in d2-ui", | ||
"main": "./index.js", | ||
"module": "./index.js", | ||
"license": "BSD-3-Clause", | ||
"author": "Edoardo Sabadelli <edoardo@dhis2.org>", | ||
"scripts": { | ||
"coverage": "jest --coverage", | ||
"test-ci": "jest --config=../../jest.config.js packages/rich-text", | ||
"lint": "eslint src/", | ||
"prebuild": "rimraf ./build/*", | ||
"build": "cross-env BABEL_ENV=es babel src --out-dir build --ignore spec.js", | ||
"watch": "yarn build -- --watch" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/dhis2/d2-ui.git" | ||
}, | ||
"dependencies": { | ||
"babel-runtime": "^6.26.0", | ||
"markdown-it": "^8.4.2", | ||
"prop-types": "^15.6.2" | ||
}, | ||
"peerDependencies": { | ||
"react": "^16.4.0", | ||
"react-dom": "^16.4.0" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
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
Uses eval
Supply chain riskPackage uses dynamic code execution (e.g., eval()), which is a dangerous practice. This can prevent the code from running in certain environments and increases the risk that the code may contain exploits or malicious behavior.
Found 2 instances 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
1
2
8251
5
203
2
0