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 14.0.0 to 14.0.1

2

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

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

const globalThis = getGlobalThis__default["default"]();
globalThis.__flopflip__ || (globalThis.__flopflip__ = {});
globalThis.__flopflip__ ||= {};
globalThis.__flopflip__[adapter.id] = adapter;

@@ -23,0 +23,0 @@ };

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

const globalThis = getGlobalThis__default["default"]();
globalThis.__flopflip__ || (globalThis.__flopflip__ = {});
globalThis.__flopflip__ ||= {};
globalThis.__flopflip__[adapter.id] = adapter;

@@ -23,0 +23,0 @@ };

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

const globalThis = getGlobalThis();
globalThis.__flopflip__ || (globalThis.__flopflip__ = {});
globalThis.__flopflip__ ||= {};
globalThis.__flopflip__[adapter.id] = adapter;

@@ -13,0 +13,0 @@ };

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

@@ -31,6 +31,6 @@ "main": "dist/flopflip-adapter-utilities.cjs.js",

"dependencies": {
"@babel/runtime": "7.24.4",
"@flopflip/types": "14.0.0",
"globalthis": "1.0.3",
"lodash": "4.17.21"
"@babel/runtime": "7.24.5",
"globalthis": "1.0.4",
"lodash": "4.17.21",
"@flopflip/types": "14.0.1"
},

@@ -37,0 +37,0 @@ "devDependencies": {

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