@bradmartin/nativescript-input-mask
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "nativescript-input-mask-angular", | ||
"main": "bundles/nativescript-input-mask-angular.umd.js", | ||
"module": "fesm2015/nativescript-input-mask-angular.js", | ||
"es2015": "fesm2015/nativescript-input-mask-angular.js", | ||
"esm2015": "esm2015/nativescript-input-mask-angular.js", | ||
"fesm2015": "fesm2015/nativescript-input-mask-angular.js", | ||
"typings": "nativescript-input-mask-angular.d.ts", | ||
"metadata": "nativescript-input-mask-angular.metadata.json", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"tslib": "^2.0.0" | ||
} | ||
"name": "nativescript-input-mask-angular", | ||
"ngPackage": { | ||
"lib": { | ||
"entryFile": "index.ts", | ||
"umdModuleIds": { | ||
"@nativescript/core": "ns-core", | ||
"@nativescript/angular": "ns-angular", | ||
"@nativescript/input-mask": "ns-input-mask" | ||
} | ||
}, | ||
"whitelistedNonPeerDependencies": [ | ||
"." | ||
] | ||
} | ||
} |
@@ -1,7 +0,7 @@ | ||
import { TextField } from '@nativescript/core'; | ||
import { TextField } from "@nativescript/core"; | ||
export declare class InputMask extends TextField { | ||
extractedValue: string; | ||
completed: boolean; | ||
mask: string; | ||
extractedValue: string; | ||
completed: boolean; | ||
mask: string; | ||
} |
{ | ||
"name": "@bradmartin/nativescript-input-mask", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "A Nativescript plugin to mask (format) text such as phone numbers or credit card numbers.", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/vcooley/nativescript-input-mask.git" | ||
"url": "https://github.com/bradmartin/nativescript-input-mask.git" | ||
}, | ||
"main": "index.js", | ||
"main": "input-mask", | ||
"typings": "index.d.ts", | ||
@@ -47,6 +47,6 @@ "nativescript": { | ||
"bugs": { | ||
"url": "https://github.com/vcooley/nativescript-input-mask/issues" | ||
"url": "https://github.com/bradmartin/nativescript-input-mask/issues" | ||
}, | ||
"license": "Apache-2.0", | ||
"homepage": "https://github.com/vcooley/nativescript-input-mask", | ||
"homepage": "https://github.com/bradmartin/nativescript-input-mask", | ||
"readmeFilename": "README.md", | ||
@@ -53,0 +53,0 @@ "devDependencies": { |
Sorry, the diff of this file is not supported yet
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
33
881
1
122
64936
1