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

filelist-utils

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filelist-utils - npm Package Compare versions

Comparing version 0.7.0 to 0.7.1

2

lib-esm/fileListUngzip.js

@@ -27,3 +27,3 @@ import { ungzip } from 'pako';

size: file.size,
webkitRelativePath: file.webkitRelativePath.replace(/\.[^.]+$/, ''),
webkitRelativePath: file.webkitRelativePath,
lastModified: file.lastModified,

@@ -30,0 +30,0 @@ text: () => {

@@ -30,3 +30,3 @@ "use strict";

size: file.size,
webkitRelativePath: file.webkitRelativePath.replace(/\.[^.]+$/, ''),
webkitRelativePath: file.webkitRelativePath,
lastModified: file.lastModified,

@@ -33,0 +33,0 @@ text: () => {

{
"name": "filelist-utils",
"version": "0.7.0",
"version": "0.7.1",
"description": "Create a FileList from a path or a zip file",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -43,3 +43,3 @@ import { ungzip } from 'pako';

size: file.size,
webkitRelativePath: file.webkitRelativePath.replace(/\.[^.]+$/, ''),
webkitRelativePath: file.webkitRelativePath,
lastModified: file.lastModified,

@@ -46,0 +46,0 @@ text: (): Promise<string> => {

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc