ngx-quill
Advanced tools
Comparing version 17.1.0 to 17.1.1
{ | ||
"name": "ngx-quill", | ||
"version": "17.1.0", | ||
"version": "17.1.1", | ||
"license": "MIT", | ||
@@ -42,3 +42,25 @@ "author": { | ||
} | ||
] | ||
} | ||
], | ||
"module": "fesm2015/ngx-quill.mjs", | ||
"es2020": "fesm2020/ngx-quill.mjs", | ||
"esm2020": "esm2020/ngx-quill.mjs", | ||
"fesm2020": "fesm2020/ngx-quill.mjs", | ||
"fesm2015": "fesm2015/ngx-quill.mjs", | ||
"typings": "index.d.ts", | ||
"exports": { | ||
"./package.json": { | ||
"default": "./package.json" | ||
}, | ||
".": { | ||
"types": "./index.d.ts", | ||
"esm2020": "./esm2020/ngx-quill.mjs", | ||
"es2020": "./fesm2020/ngx-quill.mjs", | ||
"es2015": "./fesm2015/ngx-quill.mjs", | ||
"node": "./fesm2015/ngx-quill.mjs", | ||
"default": "./fesm2020/ngx-quill.mjs" | ||
} | ||
}, | ||
"dependencies": { | ||
"tslib": "^2.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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
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
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
Found 1 instance in 1 package
428937
26
3433
0
0
421
0
4
+ Addedtslib@^2.3.0