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

fepper-utils

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fepper-utils - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

14

index.js

@@ -145,2 +145,8 @@ 'use strict';

exports.pref = () => {
// Return if global.pref already set.
if (global.pref) {
return global.pref;
}
let pref;

@@ -151,3 +157,3 @@ let defaults;

const yml = fs.readFileSync(`${global.rootDir}/pref.yml`, enc);
pref = global.pref = yaml.safeLoad(yml);
pref = yaml.safeLoad(yml);
}

@@ -365,3 +371,3 @@ catch (err) {

}
catch (err) {
catch {

@@ -441,5 +447,3 @@ // The most likely reason for getting here is that target[key] is set, but not an instanceof Object.

}
catch (err) {
// Fail gracefully.
}
catch {} // eslint-disable-line no-empty

@@ -446,0 +450,0 @@ if (stat && stat.isDirectory()) {

{
"name": "fepper-utils",
"version": "1.3.2",
"version": "1.3.3",
"description": "Fepper utilities",

@@ -52,2 +52,3 @@ "main": "index.js",

"devDependencies": {
"babel-eslint": "^10.0.3",
"eslint": "6.x",

@@ -54,0 +55,0 @@ "husky": "1.x",

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