New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

qiao-file

Package Overview
Dependencies
Maintainers
1
Versions
74
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 3.1.5 to 3.1.6

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": "3.1.5",
"version": "3.1.6",
"description": "nodejs file tool",

@@ -50,3 +50,3 @@ "keywords": [

},
"gitHead": "95b4add93c12a54929d58ac4e86ac87b7d772610"
"gitHead": "f5b2ab71d20cffdaa843154d937aa5b0a1388f78"
}
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