New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.4 to 7.0.0-alpha.5

esm2022/angular-imask.mjs

2

imask.directive.d.ts

@@ -49,3 +49,3 @@ import { type InputMask, type InputMaskElement, type FactoryArg } from 'imask';

static ɵfac: i0.ɵɵFactoryDeclaration<IMaskDirective<any, any, any>, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<IMaskDirective<any, any, any>, "[imask]", ["imask"], { "imask": "imask"; "unmask": "unmask"; "imaskElement": "imaskElement"; }, { "accept": "accept"; "complete": "complete"; }, never, never, true, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<IMaskDirective<any, any, any>, "[imask]", ["imask"], { "imask": { "alias": "imask"; "required": false; }; "unmask": { "alias": "unmask"; "required": false; }; "imaskElement": { "alias": "imaskElement"; "required": false; }; }, { "accept": "accept"; "complete": "complete"; }, never, never, true, never>;
}

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

"license": "MIT",
"version": "7.0.0-alpha.4",
"version": "7.0.0-alpha.5",
"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": [

@@ -16,4 +24,19 @@ "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.4",
"imask": "^7.0.0-alpha.5",
"tslib": "^2.5.3"

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

},
"gitHead": "228f2a4dce7125d0c7156868fcb5364b4487c8e6",
"module": "fesm2015/angular-imask.mjs",
"es2020": "fesm2020/angular-imask.mjs",
"esm2020": "esm2020/angular-imask.mjs",
"fesm2020": "fesm2020/angular-imask.mjs",
"fesm2015": "fesm2015/angular-imask.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2020": "./esm2020/angular-imask.mjs",
"es2020": "./fesm2020/angular-imask.mjs",
"es2015": "./fesm2015/angular-imask.mjs",
"node": "./fesm2015/angular-imask.mjs",
"default": "./fesm2020/angular-imask.mjs"
}
},
"sideEffects": false
"gitHead": "34bcafe7df2d9169efac422da8bfd8e7ccb22f85"
}
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