Socket
Socket
Sign inDemoInstall

ngx-trim-directive

Package Overview
Dependencies
5
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

esm2022/lib/ngx-trim-directive.module.mjs

7

index.d.ts

@@ -1,2 +0,5 @@

export * from './ngx-trim.directive';
export * from './ngx-trim-directive.module';
/**
* Generated bundle index. Do not edit.
*/
/// <amd-module name="ngx-trim-directive" />
export * from './public-api';
{
"name": "ngx-trim-directive",
"version": "2.0.0",
"version": "3.0.0",
"author": "KingMario <gcyyq@hotmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/KingMario/packages/issues"
},
"homepage": "https://github.com/KingMario/packages#readme",
"bugs": "https://github.com/KingMario/ngx-trim-directive/issues",
"homepage": "https://github.com/KingMario/ngx-trim-directive/tree/main/projects/ngx-trim-directive#angular-trim-directive",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/KingMario/packages.git"
"url": "git+ssh://git@github.com/KingMario/ngx-trim-directive.git"
},

@@ -21,12 +19,9 @@ "keywords": [

],
"main": "index.d.js",
"peerDependencies": {
"@angular/common": ">= 5.0.0",
"@angular/core": ">= 5.0.0"
"@angular/common": ">= 16.0.0",
"@angular/core": ">= 16.0.0"
},
"module": "fesm2015/ngx-trim-directive.mjs",
"es2020": "fesm2020/ngx-trim-directive.mjs",
"esm2020": "esm2020/ngx-trim-directive.mjs",
"fesm2020": "fesm2020/ngx-trim-directive.mjs",
"fesm2015": "fesm2015/ngx-trim-directive.mjs",
"typings": "ngx-trim-directive.d.ts",
"module": "fesm2022/ngx-trim-directive.mjs",
"typings": "index.d.ts",
"exports": {

@@ -37,8 +32,6 @@ "./package.json": {

".": {
"types": "./ngx-trim-directive.d.ts",
"esm2020": "./esm2020/ngx-trim-directive.mjs",
"es2020": "./fesm2020/ngx-trim-directive.mjs",
"es2015": "./fesm2015/ngx-trim-directive.mjs",
"node": "./fesm2015/ngx-trim-directive.mjs",
"default": "./fesm2020/ngx-trim-directive.mjs"
"types": "./index.d.ts",
"esm2022": "./esm2022/ngx-trim-directive.mjs",
"esm": "./esm2022/ngx-trim-directive.mjs",
"default": "./fesm2022/ngx-trim-directive.mjs"
}

@@ -45,0 +38,0 @@ },

@@ -13,3 +13,3 @@ # Angular Trim Directive

The directive works with Angular 5+.
The directive works with Angular 16+. For earlier versions of Angular, please use version 1.1.0 or 2.0.0.

@@ -30,7 +30,8 @@ ## Usage

imports: [
...
// ...
NgxTrimDirectiveModule,
...
// ...
],
...
// ...
})
```

@@ -74,3 +75,3 @@

```typescript
trimOPtion: '' | 'blur' | false = '';
trimOPtion: '' | 'blur' | false = '';``
```

@@ -80,2 +81,3 @@

* 3.0.0 Angular 16+ Compatibility with the removal of ngcc and minor bug fixes
* 2.0.0 Ivy Compatibility

@@ -82,0 +84,0 @@ * 1.1.0 Remove Angular 4 support

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc