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

qiao-file

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

qiao-file - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

20

index.js

@@ -13,6 +13,14 @@ 'use strict';

var d = Object.getOwnPropertyDescriptor(e, k);
Object.defineProperty(n, k, d.get ? d : {
enumerable: true,
get: function () { return e[k]; }
});
Object.defineProperty(
n,
k,
d.get
? d
: {
enumerable: true,
get: function () {
return e[k];
},
},
);
}

@@ -25,4 +33,4 @@ });

var fsExtra__namespace = /*#__PURE__*/_interopNamespaceDefault(fsExtra);
var path__namespace = /*#__PURE__*/_interopNamespaceDefault(path);
var fsExtra__namespace = /*#__PURE__*/ _interopNamespaceDefault(fsExtra);
var path__namespace = /*#__PURE__*/ _interopNamespaceDefault(path);

@@ -29,0 +37,0 @@ // fs

{
"name": "qiao-file",
"version": "2.0.0",
"version": "2.0.1",
"description": "nodejs file tool",

@@ -28,3 +28,3 @@ "author": "uikoo9 <uikoo9@qq.com>",

},
"gitHead": "be4e86f23a8b4063b4d63cbc5b1ce1cca35a2110"
"gitHead": "9cc95752bf86d3ed96912c27adf7914f85a8d335"
}

@@ -9,2 +9,2 @@ // fs & path

export * from './file.js';
export * from './is.js';
export * from './is.js';
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