@electron/asar
Advanced tools
Comparing version 3.2.14 to 3.2.15
import { FilesystemDirectoryEntry, FilesystemEntry, FilesystemLinkEntry } from './filesystem'; | ||
import * as disk from './disk'; | ||
import { IOptions } from 'glob'; | ||
import { IOptions } from './types/glob'; | ||
export declare function createPackage(src: string, dest: string): Promise<NodeJS.WritableStream>; | ||
@@ -5,0 +5,0 @@ export type CreateOptions = { |
@@ -1,3 +0,3 @@ | ||
import { IOptions } from 'glob'; | ||
import { Stats } from 'fs'; | ||
import { IOptions } from './types/glob'; | ||
export type CrawledFileType = { | ||
@@ -4,0 +4,0 @@ type: 'file' | 'directory' | 'link'; |
{ | ||
"name": "@electron/asar", | ||
"description": "Creating Electron app packages", | ||
"version": "3.2.14", | ||
"version": "3.2.15", | ||
"main": "./lib/asar.js", | ||
@@ -6,0 +6,0 @@ "types": "./lib/asar.d.ts", |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
90791
28
1386
16
2
5
8