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

feature-toggle-service

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

feature-toggle-service - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

6

lib/feature-toggle-service.js

@@ -41,2 +41,3 @@ (function (global, factory) {

var settings = {};
var instance = null;

@@ -46,2 +47,7 @@ var FeatureToggleService = function () {

_classCallCheck(this, FeatureToggleService);
if (!instance) {
instance = this;
}
return instance;
}

@@ -48,0 +54,0 @@

2

package.js

@@ -6,3 +6,3 @@ // Package metadata for feature-toggle-service.js.

summary: "The simplest solution for feature toggle in Javascript. Simple how it should be.",
version: "1.0.0",
version: "1.1.0",
git: "https://github.com/willmendesneto/feature-toggle-service.js"

@@ -9,0 +9,0 @@ });

{
"name": "feature-toggle-service",
"version": "1.0.0",
"version": "1.1.0",
"author": "Will Mendes <willmendesneto@gmail.com>",

@@ -54,3 +54,2 @@ "description": "The simplest solution for feature toggle in Javascript. Simple how it should be.",

"commit": "git-cz",
"pretest": "eslint ./src ./test",
"check-coverage": "cat ./coverage/report-lcov/lcov.info | ./node_modules/.bin/coveralls && rm -rf coverage",

@@ -57,0 +56,0 @@ "prepublish": "babel src --out-dir lib",

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