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

baseframe-js

Package Overview
Dependencies
Maintainers
0
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

baseframe-js - npm Package Compare versions

Comparing version 5.1.1 to 5.1.2

2

dist/cjs/SelectEnhance.js

@@ -545,3 +545,3 @@ "use strict";

(0, _cashDom["default"])(element).each(function () {
var s = (0, _Store["default"])(this, "".concat(DATA_NAME, "_instance"));
var s = (0, _Store["default"])(this, DATA_NAME);
if (s) {

@@ -548,0 +548,0 @@ s.$selectList.empty();

@@ -473,3 +473,3 @@ import $ from 'cash-dom';

$(element).each(function () {
const s = Store(this, `${DATA_NAME}_instance`);
const s = Store(this, DATA_NAME);
if (s) {

@@ -476,0 +476,0 @@ s.$selectList.empty();

{
"name": "baseframe-js",
"version": "5.1.1",
"version": "5.1.2",
"description": "A suite of useful Javascript plugins and functions to help with Front-end Development on websites",

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

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