nativescript-maskedinput-ng2
Advanced tools
Comparing version 1.2.3 to 1.2.4
{ | ||
"name": "nativescript-maskedinput-ng2", | ||
"version": "1.2.3", | ||
"version": "1.2.4", | ||
"description": "A nativescript mask input for Angular 2", | ||
@@ -5,0 +5,0 @@ "main": "maskedinput", |
{ | ||
"compilerOptions":{ | ||
"target":"es5", | ||
"module":"commonjs", | ||
"removeComments":true, | ||
"experimentalDecorators":true, | ||
"sourceMap":true | ||
}, | ||
"compileOnSave":false, | ||
"filesGlob": [ | ||
"./**/*.ts", | ||
"!./node_modules/**/*.ts" | ||
], | ||
"files": [ | ||
"maskedinputd.ts", | ||
"maskedinput-common.ts", | ||
"maskedinput.android.ts", | ||
"maskedinput.ios.ts" | ||
], | ||
"exclude": [ | ||
"./platforms/**/*.ts" | ||
] | ||
} | ||
"compilerOptions": { | ||
"module": "commonjs", | ||
"target": "es5", | ||
"declaration": false, | ||
"noImplicitAny": false, | ||
"removeComments": true, | ||
"preserveConstEnums": true, | ||
"suppressImplicitAnyIndexErrors": true, | ||
"sourceMap": false, | ||
"experimentalDecorators": true, | ||
"noEmitHelpers": true, | ||
"lib": [ | ||
"es6", | ||
"dom" | ||
], | ||
"baseUrl": ".", | ||
"paths": { | ||
"*": [ | ||
"./node_modules/tns-core-modules/*", | ||
"./node_modules/*" | ||
] | ||
} | ||
}, | ||
"exclude": [ | ||
"node_modules", | ||
"platforms", | ||
"demo" | ||
] | ||
} |
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
6558
8
49