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

sfc-utils

Package Overview
Dependencies
Maintainers
1
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sfc-utils - npm Package Compare versions

Comparing version 1.3.6 to 1.3.7

2

accountswap.js

@@ -12,3 +12,3 @@

// Safecheck for treg since it might not be global yet
if (window && window.treg && window.treg.identity && window.treg.identity.isEntitled){
if (window && window.treg && window.treg.identity && window.treg.identity.id){
// We got a valid entitlement! Let's see if the button exists and swap our new one in

@@ -15,0 +15,0 @@ const subButton = documment.querySelector('.sub-box')

@@ -254,3 +254,4 @@

let { getBlueconic } = require('./blueconic')
let { pollForAccount } = require('./accountswap')
module.exports = { appCheck, blendHDN, getSettings, getBrands, getNav, getNav2, getSpecialNav, getFooter, getTopper, getBlueconic }
module.exports = { appCheck, blendHDN, getSettings, getBrands, getNav, getNav2, getSpecialNav, getFooter, getTopper, getBlueconic, pollForAccount }
{
"name": "sfc-utils",
"version": "1.3.6",
"version": "1.3.7",
"author": "ewagstaff <evanjwagstaff@gmail.com>",

@@ -5,0 +5,0 @@ "dependencies": {

@@ -16,2 +16,4 @@ # utils

`nav2.js` overhauls our existing nav and includes styles that are bundled in this repo, giving us an extra level of control.
`topper.js` implements a cool standardized set of topper options. Great for templates! If story_settings is configured with the right columns, this should be standard across projects.

@@ -18,0 +20,0 @@

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