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 4.1.0 to 5.0.0

4

index.js

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

let defaults = {
location: './features/'
location: path.join(process.cwd(), './features/')
}

@@ -53,3 +53,3 @@

) {
featuresFiles.push('./features/' + files[i])
featuresFiles.push(path.join(process.cwd(), './features/' + files[i]))
}

@@ -56,0 +56,0 @@ }

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

@@ -5,0 +5,0 @@ "main": "index.js",

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