@oliverphaser/nativescript-bitmap-factory
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "@oliverphaser/nativescript-bitmap-factory", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A NativeScript module for creating and manipulating bitmap images. Forked from mkloubert and updated for NativeScript 8 with fixed iOS crop bug.", | ||
@@ -14,4 +14,4 @@ "main": "bitmap-factory", | ||
"publishConfig": { | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
"access": "public", | ||
"registry": "https://registry.npmjs.org/" | ||
}, | ||
@@ -71,6 +71,8 @@ "repository": { | ||
"@nativescript/ios": "~8.0.0", | ||
"tslint": "^5.12.1", | ||
"typescript": "^4.1.6" | ||
"typescript": "~4.1.3", | ||
"prompt": "^1.0.0", | ||
"rimraf": "^2.6.3", | ||
"tslint": "^5.12.1" | ||
}, | ||
"bootstrapper": "nativescript-plugin-seed" | ||
} |
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
133362
7