@blaze-react/avatar
Advanced tools
Comparing version 0.7.0 to 0.8.0-alpha.0
{ | ||
"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" | ||
} |
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
Copyleft License
License(Experimental) Copyleft license information was found.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
Non-permissive License
License(Experimental) A license not known to be considered permissive was found.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
441089
2
27
7654
1
4
3
70
1
+ Addedreact@^17.0.2
+ Addedreact-dom@^17.0.2
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedscheduler@0.20.2(transitive)
- Removed@blaze-react/utils@^0.7.0
- Removed@blaze-react/utils@0.7.0(transitive)
- Removedhoist-non-react-statics@3.3.2(transitive)
- Removedintersection-observer@0.7.0(transitive)
- Removedprop-types@15.8.1(transitive)
- Removedreact@16.14.0(transitive)
- Removedreact-dom@16.14.0(transitive)
- Removedreact-is@16.13.1(transitive)
- Removedscheduler@0.19.1(transitive)