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
1
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 2.0.0 to 2.1.0

8

dist/commonjs/binding.helper.js

@@ -6,6 +6,2 @@ "use strict";

class BindingHelper {
constructor() {
this._observers = [];
this._querySelectorPrefix = '';
}
get querySelectorPrefix() {

@@ -20,2 +16,6 @@ return this._querySelectorPrefix || '';

}
constructor() {
this._observers = [];
this._querySelectorPrefix = '';
}
dispose() {

@@ -22,0 +22,0 @@ let observer = this._observers.pop();

import { BindingService } from './binding.service';
export class BindingHelper {
constructor() {
this._observers = [];
this._querySelectorPrefix = '';
}
get querySelectorPrefix() {

@@ -16,2 +12,6 @@ return this._querySelectorPrefix || '';

}
constructor() {
this._observers = [];
this._querySelectorPrefix = '';
}
dispose() {

@@ -18,0 +18,0 @@ let observer = this._observers.pop();

{
"name": "@slickgrid-universal/binding",
"version": "2.0.0",
"version": "2.1.0",
"description": "Simple Vanilla Implementation of a Binding Engine & Helper to add properties/events 2 way bindings",

@@ -32,5 +32,5 @@ "main": "dist/commonjs/index.js",

"dependencies": {
"dompurify": "^2.4.0"
"dompurify": "^2.4.1"
},
"gitHead": "4c1c9ebfa38f03aa48a9a38c9d1759d4db2dea2d"
"gitHead": "6dacb35f8c7bba5378919ae64923fde0dcd75d6a"
}

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