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

wootils

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wootils - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

7

node/rootRequire.js

@@ -7,6 +7,5 @@ const { provider } = require('jimple');

*/
const rootRequire = (pathUtils) =>
(path) =>
// eslint-disable-next-line global-require,import/no-dynamic-require
require(pathUtils.join(path));
const rootRequire = (pathUtils) => (path) =>
// eslint-disable-next-line global-require,import/no-dynamic-require,implicit-arrow-linebreak
require(pathUtils.join(path));

@@ -13,0 +12,0 @@ /**

@@ -5,3 +5,3 @@ {

"homepage": "https://homer0.github.io/wootils/",
"version": "1.3.1",
"version": "1.3.2",
"repository": "homer0/wootils",

@@ -8,0 +8,0 @@ "author": "Leonardo Apiwan (@homer0) <me@homer0.com>",

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