Socket
Socket
Sign inDemoInstall

@dhis2/d2-ui-rich-text

Package Overview
Dependencies
Maintainers
13
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dhis2/d2-ui-rich-text - npm Package Compare versions

Comparing version 1.0.0 to 5.0.0

BUILD_INFO

72

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