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

angular-imask

Package Overview
Dependencies
Maintainers
1
Versions
92
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular-imask - npm Package Compare versions

Comparing version 7.0.0-alpha.6 to 7.0.0

43

package.json

@@ -5,13 +5,5 @@ {

"license": "MIT",
"version": "7.0.0-alpha.6",
"version": "7.0.0",
"description": "Angular IMask Plugin",
"repository": "https://github.com/uNmAnNeR/imaskjs/tree/master/packages/angular-imask",
"scripts": {
"lint": "eslint --quiet",
"prebuild": "npm run lint && rimraf --glob \"dist\"",
"build": "ng-packagr --config tsconfig.json",
"dev": "ng build angular-imask --watch",
"example": "ng serve",
"prepublishOnly": "node scripts/prepublish.js"
},
"keywords": [

@@ -24,19 +16,4 @@ "angular",

],
"devDependencies": {
"@angular-devkit/build-angular": "^16.1.0",
"@angular/cli": "^16.1.0",
"@angular/common": "^16.1.1",
"@angular/compiler": "^16.1.1",
"@angular/compiler-cli": "^16.1.1",
"@angular/core": "^16.1.1",
"@angular/forms": "^16.1.1",
"@angular/language-service": "^16.1.1",
"@angular/platform-browser": "^16.1.1",
"@angular/platform-browser-dynamic": "^16.1.1",
"ng-packagr": "^16.1.0",
"typescript": "^4.9.5",
"zone.js": "^0.13.1"
},
"dependencies": {
"imask": "^7.0.0-alpha.6",
"imask": "^7.0.0",
"tslib": "^2.5.3"

@@ -47,3 +24,17 @@ },

},
"gitHead": "ae298ceb40e614999ffeca06f41f575ba081eb20"
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6",
"module": "fesm2022/angular-imask.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/angular-imask.mjs",
"esm": "./esm2022/angular-imask.mjs",
"default": "./fesm2022/angular-imask.mjs"
}
},
"sideEffects": false
}
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