Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rc-image

Package Overview
Dependencies
Maintainers
3
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-image - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

assets/index.css

71

package.json
{
"name": "rc-image",
"version": "2.0.0",
"description": "",
"main": "App.js",
"version": "3.0.0",
"description": "React easy to use image component",
"keywords": [
"react",
"react-component",
"react-image",
"image"
],
"main": "./lib/index",
"module": "./es/index",
"types": "./lib/index.d.ts",
"files": [
"assets/*.css",
"es",
"lib"
],
"homepage": "http://github.com/react-component/image",
"repository": {
"type": "git",
"url": "git@github.com:react-component/image.git"
},
"bugs": {
"url": "http://github.com/react-component/image/issues"
},
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"start": "cross-env NODE_ENV=development father doc dev --storybook",
"build": "father doc build --storybook",
"compile": "father build && lessc assets/index.less assets/index.css",
"gh-pages": "npm run build && father doc deploy",
"prepublishOnly": "npm run compile && np --yolo --no-publish",
"postpublish": "npm run gh-pages",
"lint": "eslint src/ --ext .ts,.tsx,.jsx,.js,.md",
"prettier": "prettier --write \"**/*.{ts,tsx,js,jsx,json,md}\"",
"test": "father test",
"coverage": "father test --coverage"
},
"author": "",
"license": "ISC"
"peerDependencies": {
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"dependencies": {
"@ant-design/icons": "^4.2.2",
"@babel/runtime": "^7.11.2",
"classnames": "^2.2.6",
"rc-dialog": "^8.1.0",
"rc-util": "^5.0.6"
},
"devDependencies": {
"@types/classnames": "^2.2.10",
"@types/enzyme": "^3.10.5",
"@types/jest": "^26.0.9",
"@types/react": "^16.9.44",
"@types/react-dom": "^16.9.8",
"@umijs/fabric": "^2.2.2",
"cross-env": "^7.0.2",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-to-json": "^3.5.0",
"eslint": "^7.6.0",
"father": "^2.29.6",
"less": "^3.12.2",
"np": "^6.3.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"typescript": "^3.9.7"
}
}
App.css
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