@assemble-inc/tsconfig
Advanced tools
Comparing version 0.1.1 to 0.1.4
{ | ||
"name": "@assemble-inc/tsconfig", | ||
"version": "0.1.1", | ||
"version": "0.1.4", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "tsconfig.json", |
@@ -6,8 +6,3 @@ { | ||
"target": "es5", | ||
"lib": [ | ||
"es6", | ||
"dom", | ||
"es2016", | ||
"es2017" | ||
], | ||
"lib": ["es6", "dom", "es2016", "es2017"], | ||
"jsx": "react-jsx", | ||
@@ -23,11 +18,5 @@ "declaration": true, | ||
"strictNullChecks": true, | ||
"suppressImplicitAnyIndexErrors": true, | ||
"allowSyntheticDefaultImports": true | ||
}, | ||
"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
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
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
3401
20