New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@blaze-react/avatar

Package Overview
Dependencies
Maintainers
10
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blaze-react/avatar - npm Package Compare versions

Comparing version 0.7.0 to 0.8.0-alpha.0

babel.config.js

47

package.json
{
"name": "@blaze-react/avatar",
"version": "0.7.0",
"publishConfig": {
"access": "public"
},
"version": "0.8.0-alpha.0",
"description": "",
"main": "./lib/index.js",
"main": "./dist/main.js",
"scripts": {
"build": "../../node_modules/.bin/rimraf ./lib && ../../node_modules/.bin/tsc --jsx react --esModuleInterop ./src/* --outDir lib ",
"build": "NODE_ENV=production webpack --config webpack.config.js",
"build-storybook": "build-storybook -c .storybook -o docs-build",
"lint": "../../node_modules/.bin/tslint -c ../../tslint.json src/**/*.tsx",
"test": "jest",
"test:coverage": "jest --coverage",
"pre-publish": "npm run build && npm run lint && npm run test"
"lint": "eslint '*/**/*.{ts,tsx}' --ignore-path ../../.eslintignore --fix",
"test": "jest --passWithNoTests",
"test:coverage": "jest --coverage --passWithNoTests",
"pre-publish": "yarn build && yarn lint && yarn test",
"bundle-analyser": "node ../../node_modules/webpack-bundle-analyzer/lib/bin/analyzer.js ./stats/stats.json"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@blaze-react/utils": "^0.7.0"
},
"author": "byte9",
"license": "GPL-3.0",
"devDependencies": {
"@babel/cli": "^7.4.4",
"@babel/core": "^7.4.5",
"@blaze-react/blaze-components-theme": "^0.7.0"
"@babel/cli": "^7.13.14",
"@babel/core": "^7.13.14",
"webpack": "^5.28.0",
"webpack-cli": "^4.6.0"
},
"peerDependencies": {
"prop-types": "^15.7.2",
"react": "^16.9.0",
"react-dom": "^16.9.0"
"dependencies": {
"react": "^17.0.2",
"react-dom": "^17.0.2"
},
"babel": {
"presets": [
"@babel/preset-env",
"@babel/preset-react"
]
},
"gitHead": "5a42bae8387ed60d28e8824463cb03ba4f3105fb"
"gitHead": "70cb6f1d9136e59909ddefeaddc1348f022fd125"
}
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