New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@slickgrid-universal/binding

Package Overview
Dependencies
Maintainers
0
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@slickgrid-universal/binding - npm Package Compare versions

Comparing version 5.8.0 to 5.9.0

4

dist/cjs/binding.helper.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.BindingHelper = void 0;
const binding_service_1 = require("./binding.service");
const binding_service_js_1 = require("./binding.service.js");
class BindingHelper {

@@ -33,3 +33,3 @@ constructor() {

if (!observer) {
observer = new binding_service_1.BindingService({ variable, property });
observer = new binding_service_js_1.BindingService({ variable, property });
}

@@ -36,0 +36,0 @@ // add event(s) binding

@@ -17,5 +17,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
__exportStar(require("./binding.helper"), exports);
__exportStar(require("./binding.service"), exports);
__exportStar(require("./bindingEvent.service"), exports);
__exportStar(require("./binding.helper.js"), exports);
__exportStar(require("./binding.service.js"), exports);
__exportStar(require("./bindingEvent.service.js"), exports);
//# sourceMappingURL=index.js.map

@@ -1,2 +0,2 @@

import { BindingService } from './binding.service';
import { BindingService } from './binding.service.js';
export class BindingHelper {

@@ -3,0 +3,0 @@ constructor() {

@@ -1,4 +0,4 @@

export * from './binding.helper';
export * from './binding.service';
export * from './bindingEvent.service';
export * from './binding.helper.js';
export * from './binding.service.js';
export * from './bindingEvent.service.js';
//# sourceMappingURL=index.js.map

@@ -1,2 +0,2 @@

import { BindingService } from './binding.service';
import { BindingService } from './binding.service.js';
export declare class BindingHelper {

@@ -3,0 +3,0 @@ private _observers;

@@ -1,2 +0,2 @@

import type { Binding, BoundedEventWithListener, ElementBinding, ElementBindingWithListener } from './interfaces';
import type { Binding, BoundedEventWithListener, ElementBinding, ElementBindingWithListener } from './interfaces.js';
/**

@@ -3,0 +3,0 @@ * Create 2 way Bindings for any variable that are primitive or object types, when it's an object type it will watch for property changes

@@ -1,2 +0,2 @@

import type { ElementEventListener } from './interfaces';
import type { ElementEventListener } from './interfaces.js';
/**

@@ -3,0 +3,0 @@ * Create a Service to bind event listeners to DOM elements events,

@@ -1,5 +0,5 @@

export * from './binding.helper';
export * from './binding.service';
export * from './bindingEvent.service';
export type * from './interfaces';
export * from './binding.helper.js';
export * from './binding.service.js';
export * from './bindingEvent.service.js';
export type * from './interfaces.js';
//# sourceMappingURL=index.d.ts.map
{
"name": "@slickgrid-universal/binding",
"version": "5.8.0",
"version": "5.9.0",
"description": "Simple Vanilla Implementation of a Binding Engine & Helper to add properties/events 2 way bindings",

@@ -40,3 +40,3 @@ "main": "./dist/cjs/index.js",

],
"gitHead": "b74fb12d31befe4cca33b62d607b72f14f326e7f"
"gitHead": "2f6ea0833a0fd3b59e71c5cf2e228a57afbfc53a"
}

@@ -1,2 +0,2 @@

import { BindingService } from './binding.service';
import { BindingService } from './binding.service.js';

@@ -3,0 +3,0 @@ export class BindingHelper {

@@ -1,2 +0,2 @@

import type { Binding, BoundedEventWithListener, ElementBinding, ElementBindingWithListener } from './interfaces';
import type { Binding, BoundedEventWithListener, ElementBinding, ElementBindingWithListener } from './interfaces.js';

@@ -3,0 +3,0 @@ /**

@@ -1,2 +0,2 @@

import type { ElementEventListener } from './interfaces';
import type { ElementEventListener } from './interfaces.js';

@@ -3,0 +3,0 @@ /**

@@ -1,4 +0,4 @@

export * from './binding.helper';
export * from './binding.service';
export * from './bindingEvent.service';
export type * from './interfaces';
export * from './binding.helper.js';
export * from './binding.service.js';
export * from './bindingEvent.service.js';
export type * from './interfaces.js';

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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