Socket
Socket
Sign inDemoInstall

meteor-bootstrap_key-value-tag-input

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

meteor-bootstrap_key-value-tag-input - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

typings/tracker.d.ts

4

dist/keyValueInput.js

@@ -388,3 +388,5 @@ 'use strict';

function emitChange(templateInstance) {
tracker.Tracker.flush();
if (!tracker.Tracker.inFlush()) {
tracker.Tracker.flush();
}
if (templateInstance.element) {

@@ -391,0 +393,0 @@ var event_1 = new CustomEvent("keyValueEntriesChanged", { detail: templateInstance.entries.get() });

{
"name": "meteor-bootstrap_key-value-tag-input",
"version": "3.2.0",
"version": "3.2.1",
"description": "A reactive input field for tags and key-value data, developed for meteor apps running bootstrap.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -369,3 +369,5 @@ import { ReactiveVar } from "meteor/reactive-var";

function emitChange(templateInstance) {
Tracker.flush();
if (!Tracker.inFlush()) {
Tracker.flush();
}
if (templateInstance.element) {

@@ -372,0 +374,0 @@ var event_1 = new CustomEvent("keyValueEntriesChanged", { detail: templateInstance.entries.get() });

@@ -419,3 +419,3 @@ import { Blaze } from "meteor/blaze";

function emitChange(templateInstance: KeyValueInputTemplate) {
Tracker.flush();
if (!Tracker.inFlush()) { Tracker.flush(); }
if (templateInstance.element) {

@@ -422,0 +422,0 @@ const event: KeyValueEntriesChangedEvent = new CustomEvent(

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