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

creature-features

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

creature-features - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

2

index.js

@@ -36,3 +36,3 @@ 'use strict';

featuresFiles.push(baseFeatures);
if (typeof featuresFile === 'string' && exists.sync(featuresFile)) {
if (typeof featuresFile === 'string' && exists(featuresFile)) {
featuresFiles.push(featuresFile);

@@ -39,0 +39,0 @@ }

{
"name": "creature-features",
"version": "2.1.1",
"version": "2.1.2",
"description": "Feature flags for node.js",

@@ -42,4 +42,4 @@ "main": "index.js",

"end-with": "^1.0.2",
"file-exists": "^3.0.1"
"file-exists": "^2.0.0"
}
}

@@ -27,3 +27,3 @@ const path = require('path');

featuresFiles.push(baseFeatures);
if (typeof featuresFile === 'string' && exists.sync(featuresFile)) {
if (typeof featuresFile === 'string' && exists(featuresFile)) {
featuresFiles.push(featuresFile);

@@ -30,0 +30,0 @@ }

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