@assecosolutions/fox-icon
Advanced tools
Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.7.0.1
{ | ||
"$schema": "../../../../../node_modules/ng-packagr/package.schema.json", | ||
"name": "@assecosolutions/fox-icon", | ||
"version": "0.0.1-alpha.1", | ||
"version": "0.0.1-alpha.7.0.1", | ||
"public": true, | ||
"lib": { | ||
"entryFile": "src/index.ts" | ||
"entryFile": "index.ts" | ||
}, | ||
"dest": "../../dist/libs/shared/ui/atoms/fox-icon", | ||
"publishConfig": { | ||
@@ -17,8 +16,10 @@ "registry": "https://registry.npmjs.org" | ||
}, | ||
"main": "./shared-ui-atoms-fox-icon.umd.js", | ||
"module": "./shared-ui-atoms-fox-icon.esm.js", | ||
"typings": "./index.d.ts", | ||
"author": "assecosolutions", | ||
"license": "MIT", | ||
"main": "index.ts", | ||
"module": "index.ts", | ||
"dependencies": { | ||
"lit-element": "^2.4.0" | ||
"lit-element": "^2.4.0", | ||
"lit-html": "^1.3.0" | ||
} | ||
} |
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
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 contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
21
0
1
1
33
9469
2
116
1
+ Addedlit-html@^1.3.0