Socket
Socket
Sign inDemoInstall

ngx-filesaver

Package Overview
Dependencies
1
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 13.0.0 to 14.0.0

9

package.json
{
"name": "ngx-filesaver",
"version": "13.0.0",
"version": "14.0.0",
"description": "Simple file save with FileSaver.js",

@@ -11,3 +11,4 @@ "keywords": [

"angular filesaver",
"ng filesaver"
"ng filesaver",
"angular standalone library"
],

@@ -33,3 +34,3 @@ "author": "cipchk <cipchk>",

"fesm2015": "fesm2015/ngx-filesaver.mjs",
"typings": "ngx-filesaver.d.ts",
"typings": "index.d.ts",
"exports": {

@@ -40,3 +41,3 @@ "./package.json": {

".": {
"types": "./ngx-filesaver.d.ts",
"types": "./index.d.ts",
"esm2020": "./esm2020/ngx-filesaver.mjs",

@@ -43,0 +44,0 @@ "es2020": "./fesm2020/ngx-filesaver.mjs",

@@ -25,3 +25,3 @@ import { ElementRef, EventEmitter } from '@angular/core';

static ɵfac: i0.ɵɵFactoryDeclaration<FileSaverDirective, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FileSaverDirective, "[fileSaver]", ["fileSaver"], { "method": "method"; "http": "http"; "query": "query"; "header": "header"; "url": "url"; "fileName": "fileName"; "fsOptions": "fsOptions"; }, { "success": "success"; "error": "error"; }, never>;
static ɵdir: i0.ɵɵDirectiveDeclaration<FileSaverDirective, "[fileSaver]", ["fileSaver"], { "method": "method"; "http": "http"; "query": "query"; "header": "header"; "url": "url"; "fileName": "fileName"; "fsOptions": "fsOptions"; }, { "success": "success"; "error": "error"; }, never, never, true>;
}

@@ -5,4 +5,4 @@ import * as i0 from "@angular/core";

static ɵfac: i0.ɵɵFactoryDeclaration<FileSaverModule, never>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FileSaverModule, [typeof i1.FileSaverDirective], never, [typeof i1.FileSaverDirective]>;
static ɵmod: i0.ɵɵNgModuleDeclaration<FileSaverModule, never, [typeof i1.FileSaverDirective], [typeof i1.FileSaverDirective]>;
static ɵinj: i0.ɵɵInjectorDeclaration<FileSaverModule>;
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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