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.5.0 to 2.6.0

dist/tsconfig.tsbuildinfo

0

dist/commonjs/binding.helper.js

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ "use strict";

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
//# sourceMappingURL=interfaces.js.map

@@ -0,0 +0,0 @@ import { BindingService } from './binding.service';

@@ -0,0 +0,0 @@ var _a;

@@ -0,0 +0,0 @@ export * from './binding.helper';

export {};
//# sourceMappingURL=interfaces.js.map

12

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

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

".": {
"browser": "./dist/esm/index.js",
"import": "./dist/esm/index.js",
"require": "./dist/commonjs/index.js"
"require": "./dist/commonjs/index.js",
"default": "./dist/esm/index.js"
},

@@ -19,7 +19,7 @@ "./*": "./*"

"*": [
"./dist/esm/index.d.ts"
"./dist/types/index.d.ts"
]
}
},
"types": "dist/esm/index.d.ts",
"types": "dist/types/index.d.ts",
"publishConfig": {

@@ -50,3 +50,3 @@ "access": "public"

},
"gitHead": "5e25aa044aab301d7246c24003386ab59e75b486"
"gitHead": "9cddf3ee91a91ca829d0ced99c1f20f6d0e9941f"
}
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