Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

nativescript-maskedinput-ng2

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nativescript-maskedinput-ng2 - npm Package Compare versions

Comparing version 1.2.1 to 1.2.3

2

package.json
{
"name": "nativescript-maskedinput-ng2",
"version": "1.2.1",
"version": "1.2.3",
"description": "A nativescript mask input for Angular 2",

@@ -5,0 +5,0 @@ "main": "maskedinput",

@@ -9,15 +9,17 @@ {

},
"files":[
"demo/node_modules/tns-core-modules/tns-core-modules.d.ts",
"node_modules/ios.d.ts",
"node_modules/android17.d.ts",
"maskedinput.android.ts",
"maskedinput.ios.ts",
"maskedinput.d.ts"
"compileOnSave":false,
"filesGlob": [
"./**/*.ts",
"!./node_modules/**/*.ts"
],
"files": [
"maskedinputd.ts",
"maskedinput-common.ts",
"maskedinput.android.ts",
"maskedinput.ios.ts"
],
"compileOnSave":false,
"exclude":[
"./platforms/**/*.ts",
"./node_modules/*.ts"
"exclude": [
"./platforms/**/*.ts"
]
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc