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

@wocker/core

Package Overview
Dependencies
Maintainers
0
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wocker/core - npm Package Compare versions

Comparing version 1.0.20-dev.4 to 1.0.20-dev.5

5

lib/makes/FileSystem.js

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

return new Promise((resolve, reject) => {
fs_1.default.readdir(fullPath, (err, files) => {
const callback = (err, files) => {
if (err) {

@@ -74,3 +74,4 @@ reject(err);

resolve(files);
});
};
fs_1.default.readdir(fullPath, callback);
});

@@ -77,0 +78,0 @@ });

2

package.json
{
"name": "@wocker/core",
"version": "1.0.20-dev.4",
"version": "1.0.20-dev.5",
"author": "Kris Papercut <krispcut@gmail.com>",

@@ -5,0 +5,0 @@ "description": "Core of the Wocker",

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