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

@g2crowd/widget

Package Overview
Dependencies
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@g2crowd/widget - npm Package Compare versions

Comparing version 1.1.4 to 1.1.5

3

dist-src/queue.js

@@ -17,6 +17,7 @@ // @format

flush() {
if (!completed) {
if (completed === null) {
completed = new Promise(function (resolve) {
window.setTimeout(function () {
flush();
completed = null;
resolve();

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

@@ -155,3 +155,3 @@ import 'core-js/modules/es6.array.find';

flush: function flush() {
if (!completed) {
if (completed === null) {
completed = new Promise(function (resolve) {

@@ -161,2 +161,3 @@ window.setTimeout(function () {

completed = null;
resolve();

@@ -163,0 +164,0 @@ }, 0);

{
"name": "@g2crowd/widget",
"description": "Rails-friendly jquery plugin wrapper",
"version": "1.1.4",
"version": "1.1.5",
"license": "MIT",

@@ -6,0 +6,0 @@ "files": [

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