@blerp/design
Advanced tools
Comparing version 0.0.11 to 0.0.12
102
package.json
{ | ||
"name": "@blerp/design", | ||
"version": "0.0.11", | ||
"description": "The blerp brand, reuseable components, and styleguide", | ||
"author": "Blerp Inc.", | ||
"license": "Copyright by Blerp Inc.", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/blerp/design.git" | ||
}, | ||
"scripts": { | ||
"test": "jest", | ||
"publish": "npm run build && npm publish --access=public", | ||
"build": "webpack --config webpack.config.js", | ||
"build:branding": "webpack --config branding.config.js", | ||
"precommit": "lint-staged", | ||
"commitmsg": "commitlint -e $GIT_PARAMS", | ||
"semantic-release": "semantic-release" | ||
}, | ||
"lint-staged": { | ||
"*": [ | ||
"jest --bail --findRelatedTests" | ||
] | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@commitlint/cli": "6.0.2", | ||
"@commitlint/config-conventional": "6.0.2", | ||
"@types/express": "4.11.0", | ||
"@types/jest": "22.0.1", | ||
"jest": "24.9.0", | ||
"jest-runner-prettier": "0.2.8", | ||
"jest-runner-tslint": "1.0.5", | ||
"lint-staged": "6.0.1", | ||
"prettier": "1.10.2", | ||
"semantic-release": "12.2.4", | ||
"ts-jest": "24.0.2", | ||
"ts-loader": "6.0.4", | ||
"tslint": "5.19.0", | ||
"tslint-config-prettier": "1.18.0", | ||
"tslint-eslint-rules": "4.1.1", | ||
"tslint-plugin-prettier": "2.0.1", | ||
"tslint-react": "4.0.0", | ||
"typescript": "3.5.3", | ||
"webpack": "4.39.2", | ||
"webpack-cli": "^3.3.7", | ||
"webpack-node-externals": "1.7.2" | ||
}, | ||
"jest": { | ||
"collectCoverage": true, | ||
"mapCoverage": true, | ||
"projects": [ | ||
"jest-prettier.config.js", | ||
"jest-test.config.js", | ||
"jest-tslint.config.js" | ||
] | ||
}, | ||
"bugs": { | ||
"url": "https://gitlab.com/blerp/design/issues" | ||
}, | ||
"homepage": "https://gitlab.com/blerp/design#readme", | ||
"main": "dist/index.js", | ||
"directories": { | ||
"example": "examples" | ||
}, | ||
"keywords": [ | ||
"branding", | ||
"design", | ||
"blerp", | ||
"react", | ||
"componenents" | ||
] | ||
"name": "@blerp/design", | ||
"version": "0.0.12", | ||
"description": "your description", | ||
"main": "dist/index.cjs.js", | ||
"scripts": { | ||
"build": "rollup -c" | ||
}, | ||
"peerDependencies": { | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1" | ||
}, | ||
"dependencies": { | ||
"@babel/runtime": "^7.14.0" | ||
}, | ||
"keywords": [ | ||
"react", | ||
"keywords" | ||
], | ||
"author": "Jordan Rand", | ||
"license": "MIT", | ||
"devDependencies": { | ||
"@babel/cli": "^7.12.10", | ||
"@babel/core": "^7.12.10", | ||
"@babel/plugin-transform-runtime": "^7.14.3", | ||
"@babel/preset-env": "^7.12.11", | ||
"@babel/preset-react": "^7.12.10", | ||
"@rollup/plugin-babel": "^5.2.2", | ||
"rollup": "^2.50.5", | ||
"rollup-plugin-sourcemaps": "^0.6.3", | ||
"rollup-plugin-styles": "^3.12.2" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
9
0
31977
3
5
45
1
2
2
0
1
2
+ Added@babel/runtime@^7.14.0
+ Added@babel/runtime@7.26.0(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedloose-envify@1.4.0(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedreact@17.0.2(transitive)
+ Addedreact-dom@17.0.2(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
+ Addedscheduler@0.20.2(transitive)