nativescript-maskedinput-ng2
Advanced tools
Comparing version 1.3.0 to 1.3.1
{ | ||
"name": "nativescript-maskedinput-ng2", | ||
"version": "1.3.0", | ||
"version": "1.3.1", | ||
"description": "A nativescript mask input for Angular 2", | ||
@@ -5,0 +5,0 @@ "main": "maskedinput.js", |
{ | ||
"compilerOptions":{ | ||
"target":"es5", | ||
"module":"commonjs", | ||
"removeComments":true, | ||
"experimentalDecorators":true, | ||
"sourceMap":true | ||
}, | ||
"files":[ | ||
"demo/node_modules/tns-core-modules/tns-core-modules.d.ts", | ||
"node_modules/ios.d.ts", | ||
"node_modules/android17.d.ts", | ||
"maskedinput-common.ts", | ||
"maskedinput.android.ts", | ||
"maskedinput.ios.ts", | ||
"maskedinput.d.ts" | ||
], | ||
"compileOnSave":false, | ||
"exclude":[ | ||
"./platforms/**/*.ts", | ||
"./node_modules/*.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
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
53823
14
677
1