ngx-captcha
Advanced tools
Comparing version 3.1.1 to 3.1.2
{ | ||
"name": "ngx-captcha", | ||
"version": "3.1.1", | ||
"version": "3.1.2", | ||
"license": "MIT", | ||
@@ -19,11 +19,19 @@ "repository": { | ||
"private": false, | ||
"scripts": { | ||
"build:lib": "ng build ngx-captcha-lib", | ||
"publish:lib": "npm run build:lib && npm publish dist", | ||
"prepublishOnly": "npm run build:lib" | ||
}, | ||
"peerDependencies": { | ||
"@angular/common": "^6.0.0", | ||
"@angular/core": "^6.0.0" | ||
}, | ||
"main": "bundles/ngx-captcha.umd.js", | ||
"module": "fesm5/ngx-captcha.js", | ||
"es2015": "fesm2015/ngx-captcha.js", | ||
"esm5": "esm5/ngx-captcha.js", | ||
"esm2015": "esm2015/ngx-captcha.js", | ||
"fesm5": "fesm5/ngx-captcha.js", | ||
"fesm2015": "fesm2015/ngx-captcha.js", | ||
"typings": "ngx-captcha.d.ts", | ||
"metadata": "ngx-captcha.metadata.json", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^1.9.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
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
470779
3
38
+ Addedtslib@^1.9.0