@blaze-react/avatar
Advanced tools
Comparing version 0.6.0 to 0.6.2-alpha.0
{ | ||
"name": "@blaze-react/avatar", | ||
"version": "0.6.0", | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"version": "0.6.2-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.6.0" | ||
}, | ||
"author": "byte9", | ||
"license": "GPL-3.0", | ||
"devDependencies": { | ||
"@babel/cli": "^7.4.4", | ||
"@babel/core": "^7.4.5", | ||
"@blaze-react/blaze-components-theme": "^0.6.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": "8091204d49b4bb00c802f5bd71ec0de353c5486f" | ||
"gitHead": "91fa52db7188d6090f03041963d00fa3405a7dcb" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
440900
2
27
7654
1
4
3
70
2
+ 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.6.0
- Removed@blaze-react/utils@0.6.2(transitive)
- Removedclassnames@2.5.1(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)