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

@flopflip/adapter-utilities

Package Overview
Dependencies
Maintainers
1
Versions
252
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flopflip/adapter-utilities - npm Package Compare versions

Comparing version 1.0.30 to 1.0.31

2

dist/flopflip-adapter-utilities.cjs.dev.js

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

return [camelCase__default["default"](flagName), // Multi variate flags contain a string or `null` - `false` seems more natural.
// eslint-disable-next-line no-eq-null, eqeqeq
// eslint-disable-next-line no-eq-null, eqeqeq, @typescript-eslint/prefer-nullish-coalescing
flagValue == null ? false : flagValue];

@@ -35,0 +35,0 @@ };

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

return [camelCase__default["default"](flagName), // Multi variate flags contain a string or `null` - `false` seems more natural.
// eslint-disable-next-line no-eq-null, eqeqeq
// eslint-disable-next-line no-eq-null, eqeqeq, @typescript-eslint/prefer-nullish-coalescing
flagValue == null ? false : flagValue];

@@ -35,0 +35,0 @@ };

@@ -22,3 +22,3 @@ import kebabCase from 'lodash/kebabCase';

return [camelCase(flagName), // Multi variate flags contain a string or `null` - `false` seems more natural.
// eslint-disable-next-line no-eq-null, eqeqeq
// eslint-disable-next-line no-eq-null, eqeqeq, @typescript-eslint/prefer-nullish-coalescing
flagValue == null ? false : flagValue];

@@ -25,0 +25,0 @@ };

{
"name": "@flopflip/adapter-utilities",
"version": "1.0.30",
"version": "1.0.31",
"description": "Adapter utilities for flipflop",

@@ -32,3 +32,3 @@ "main": "dist/flopflip-adapter-utilities.cjs.js",

"@babel/runtime": "7.18.9",
"@flopflip/types": "4.1.25",
"@flopflip/types": "4.1.26",
"globalthis": "1.0.3",

@@ -38,3 +38,3 @@ "lodash": "4.17.21"

"devDependencies": {
"typescript": "4.7.4"
"typescript": "4.8.2"
},

@@ -41,0 +41,0 @@ "peerDependencies": {

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