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

@ant-design/icons-react

Package Overview
Dependencies
Maintainers
3
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ant-design/icons-react - npm Package Compare versions

Comparing version 0.1.0-alpha.6 to 0.1.2-alpha.1

dist/@ant-design/icons-react.js

69

package.json
{
"name": "@ant-design/icons-react",
"version": "0.1.0-alpha.6",
"version": "0.1.2-alpha.1",
"main": "./lib/index.js",
"module": "./esm/index.js",
"module": "./es/index.js",
"sideEffects": false,

@@ -13,28 +13,59 @@ "repository": "https://github.com/ant-design/ant-design-icons/tree/dev/packages/react-antd-icons",

"scripts": {
"build": "rollup --config",
"test": "cross-env TS_NODE_PROJECT=test/tsconfig.json mocha --require espower-typescript/guess --require jsdom-global/register test/**/*.{ts,tsx}"
"start": "rc-tools run server",
"lint": "rc-tools run lint",
"compile": "rc-tools run compile --babel-runtime",
"build": "rc-tools run build",
"dist": "rc-tools run dist",
"test": "jest",
"pub": "rc-tools run pub --babel-runtime"
},
"peerDependencies": {
"@ant-design/icons": "^0.1.0-alpha.2",
"react": "^16.4.1"
"@ant-design/icons": "^0.1.2-alpha.1",
"react": "16.x"
},
"devDependencies": {
"@types/mocha": "^5.2.4",
"@types/node": "^10.5.2",
"@types/react": "^16.4.6",
"@ant-design/icons": "^0.1.2-alpha.1",
"@types/jest": "^23.3.1",
"@types/node": "^10.5.5",
"@types/react": "^16.4.7",
"@types/react-dom": "^16.0.6",
"@types/react-test-renderer": "^16.0.1",
"babel-core": "^6.26.3",
"cross-env": "^5.2.0",
"espower-typescript": "^9.0.0",
"jsdom": "^11.11.0",
"jsdom-global": "^3.0.2",
"mocha": "^5.2.0",
"power-assert": "^1.6.0",
"react": "^16.4.1",
"react-test-renderer": "^16.4.1",
"rollup": "^0.62.0",
"rollup-plugin-typescript2": "^0.15.1",
"tslint": "^5.10.0",
"jest": "^23.4.2",
"rc-tools": "^8.1.5",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-test-renderer": "^16.4.2",
"styled-components": "^3.3.3",
"tslint": "^5.11.0",
"tslint-react": "^3.6.0",
"typescript": "^2.9.2"
},
"dependencies": {
"babel-runtime": "^6.26.0"
},
"config": {
"port": 9527,
"entry": {
"@ant-design/icons-react": [
"./src/index.ts"
]
}
},
"jest": {
"testURL": "http://localhost",
"transform": {
"\\.tsx?$": "./node_modules/rc-tools/scripts/jestPreprocessor.js"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"ts",
"tsx",
"js",
"jsx",
"json",
"node"
]
}
}
{
"compilerOptions": {
"target": "es5",
"target": "esnext",
"module": "esnext",
"strict": true,
"jsx": "react",
"jsx": "preserve",
"moduleResolution": "node",
"declaration": true,
"lib": [
"es2015"
]
"importHelpers": true
},
"include": [
"src/"
"src"
],
"exclude": [
"node_modules"
]
}
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