Socket
Socket
Sign inDemoInstall

ngx-filesaver

Package Overview
Dependencies
3
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 16.0.0 to 17.0.0

esm2022/public-api.mjs

8

index.d.ts

@@ -1,3 +0,5 @@

export * from './src/filesaver.service';
export * from './src/filesaver.directive';
export * from './src/filesaver.module';
/**
* Generated bundle index. Do not edit.
*/
/// <amd-module name="ngx-filesaver" />
export * from './public-api';
{
"name": "ngx-filesaver",
"version": "16.0.0",
"version": "17.0.0",
"description": "Simple file save with FileSaver.js",

@@ -5,0 +5,0 @@ "keywords": [

@@ -7,2 +7,3 @@ # ngx-filesaver

[![Ci](https://github.com/cipchk/ngx-filesaver/workflows/Ci/badge.svg)](https://github.com/cipchk/ngx-filesaver/actions?query=workflow%3ACi)
[![codecov](https://codecov.io/gh/cipchk/ngx-filesaver/graph/badge.svg?token=vnk2alNB8D)](https://codecov.io/gh/cipchk/ngx-filesaver)

@@ -9,0 +10,0 @@ [中文版](README.zh-CN.md)

@@ -5,3 +5,3 @@ import { FileSaverOptions } from 'file-saver';

get isFileSaverSupported(): boolean;
genType(fileName?: string): string;
genType(fileName?: string | null): string;
save(blob: Blob | null, fileName?: string, filtType?: string, option?: FileSaverOptions): void;

@@ -8,0 +8,0 @@ saveText(txt: string, fileName?: string, option?: FileSaverOptions): void;

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