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

featurama

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

featurama - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

4

dist/featurama.js

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

data.vendorFiles.forEach(function (file) {
exclusions.vendor.push('!' + options.root + 'js/' + file);
exclusions.vendor.push('!' + options.root + 'vendor/' + file);
});

@@ -131,3 +131,3 @@ }

data.vendorFiles.forEach(function (file) {
inclusions.vendor.push(options.root + 'js/' + file);
inclusions.vendor.push(options.root + 'vendor/' + file);
});

@@ -134,0 +134,0 @@ }

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

data.vendorFiles.forEach(function(file) {
exclusions.vendor.push(`!${options.root}js/` + file);
exclusions.vendor.push(`!${options.root}vendor/` + file);
});

@@ -111,3 +111,3 @@ }

data.vendorFiles.forEach(function(file) {
inclusions.vendor.push(`${options.root}js/` + file);
inclusions.vendor.push(`${options.root}vendor/` + file);
});

@@ -114,0 +114,0 @@ }

{
"name": "featurama",
"version": "0.0.9",
"version": "0.0.10",
"description": "Enable/Disable features via JS config files.",

@@ -5,0 +5,0 @@ "main": "dist/featurama.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