@assemble-inc/tsconfig
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "@assemble-inc/tsconfig", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"license": "MIT", | ||
"main": "tsconfig.json", | ||
"description": "Assemble Boilerplate tsconfig", | ||
@@ -9,8 +10,8 @@ "author": "Assemble Frontend Team <engineering@assembleinc.com> (https://assembleinc.com)", | ||
"type": "git", | ||
"url": "git+https://github.com/assembleinc/asm-ui.git" | ||
"url": "git+https://github.com/assembleinc/asm-config.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/assembleinc/asm-ui/issues" | ||
"url": "https://github.com/assembleinc/asm-config/issues" | ||
}, | ||
"homepage": "https://github.com/assembleinc/asm-ui/blob/main/README.md", | ||
"homepage": "https://github.com/assembleinc/asm-config/blob/main/README.md", | ||
"publishConfig": { | ||
@@ -17,0 +18,0 @@ "access": "public", |
@@ -6,3 +6,8 @@ { | ||
"target": "es5", | ||
"lib": ["es6", "dom", "es2016", "es2017"], | ||
"lib": [ | ||
"es6", | ||
"dom", | ||
"es2016", | ||
"es2017" | ||
], | ||
"jsx": "react-jsx", | ||
@@ -21,4 +26,8 @@ "declaration": true, | ||
}, | ||
"include": ["../asm-core/src/declaration.d.ts"], | ||
"exclude": ["*/node_modules", "node_modules", "dist", "**/*.stories.*"] | ||
"exclude": [ | ||
"*/node_modules", | ||
"node_modules", | ||
"dist", | ||
"**/*.stories.*" | ||
] | ||
} |
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
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
1
14
1
3495
6
31