Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@electron/asar

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@electron/asar - npm Package Compare versions

Comparing version 3.2.14 to 3.2.15

lib/types/glob.d.ts

2

lib/asar.d.ts
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

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