Socket
Socket
Sign inDemoInstall

@absolunet/fss

Package Overview
Dependencies
Maintainers
2
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@absolunet/fss - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

2

lib/compression.js

@@ -60,3 +60,3 @@ //--------------------------------------------------------

decompress(source, destination = source.replace(/.gz$/, '')) {
decompress(source, destination = source.replace(/\.gz$/u, '')) {
ow(source, ow.string.label('source').nonEmpty);

@@ -63,0 +63,0 @@ ow(destination, ow.string.label('destination').nonEmpty);

@@ -25,3 +25,3 @@ //--------------------------------------------------------

return JSON.parse(utils.readMaybeCompressedFile(file).replace(/^\uFEFF/, ''), reviver);
return JSON.parse(utils.readMaybeCompressedFile(file).replace(/^\uFEFF/u, ''), reviver);
}

@@ -28,0 +28,0 @@

@@ -25,3 +25,3 @@ //--------------------------------------------------------

// Remove trailing slash
const rootPath = root.replace(/(.*)(\/)$/, '$1');
const rootPath = root.replace(/(.*)(\/)$/u, '$1');

@@ -28,0 +28,0 @@ return klaw(rootPath, {

{
"name": "@absolunet/fss",
"version": "1.3.2",
"version": "1.3.3",
"description": "graceful-fs / fs-extra sync wrapper with goodies",
"definition": "",
"homepage": "https://github.com/absolunet/node-fss",
"homepage": "https://github.com/absolunet/node-fs",
"author": {

@@ -24,18 +24,12 @@ "name": "Absolunet",

"repository": {
"url": "git://github.com/absolunet/node-fss.git",
"url": "git://github.com/absolunet/node-fs.git",
"type": "git"
},
"bugs": {
"url": "https://github.com/absolunet/node-fss/issues"
"url": "https://github.com/absolunet/node-fs/issues"
},
"engines": {
"node": ">= 10.10.0"
"node": ">= 11.2.0"
},
"main": "index.js",
"scripts": {
"test": "ava"
},
"devDependencies": {
"@absolunet/tester": "2.1.1"
},
"dependencies": {

@@ -46,5 +40,5 @@ "fs-extra": "^7.0.0",

"junk": "^2.1.0",
"klaw-sync": "^5.0.0",
"klaw-sync": "^6.0.0",
"minimatch": "^3.0.4",
"ow": "^0.6.0",
"ow": "^0.8.0",
"xml2js": "^0.4.19",

@@ -51,0 +45,0 @@ "xml2js-parser": "^1.1.1"

# @absolunet/fss
[![npm](https://img.shields.io/npm/v/@absolunet/fss.svg)](https://www.npmjs.com/package/@absolunet/fss)
[![npm dependencies](https://david-dm.org/absolunet/node-fss/status.svg)](https://david-dm.org/absolunet/node-fss)
[![npm dependencies](https://david-dm.org/absolunet/node-fs/status.svg?path=packages/fss)](https://david-dm.org/absolunet/node-fs?path=packages/fss)
[![npms](https://badges.npms.io/%40absolunet%2Ffss.svg)](https://npms.io/search?q=%40absolunet%2Ffss)
[![Travis CI](https://api.travis-ci.org/absolunet/node-fss.svg?branch=master)](https://travis-ci.org/absolunet/node-fss/builds)
[![Code style](https://img.shields.io/badge/code_style-@absolunet/node-659d32.svg)](https://github.com/absolunet/eslint-config-node)
[![Travis CI](https://api.travis-ci.org/absolunet/node-fs.svg?branch=master)](https://travis-ci.org/absolunet/node-fs/builds)
[![Code style](https://img.shields.io/badge/code_style-@absolunet/node-659d32.svg)](https://github.com/absolunet/eslint-config)

@@ -9,0 +9,0 @@ > graceful-fs / fs-extra sync wrapper with goodies

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