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

keybinder

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

keybinder - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

22

build/keybinder.js

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

/******/ (function(modules) { // webpackBootstrap
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
else {
var a = factory();
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
}
})(this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache

@@ -127,12 +137,12 @@ /******/ var installedModules = {};

function keybinder() {
var keybinder = function keybinder() {
return new Keybinder(arguments[0], arguments[1], arguments[2]);
}
};
window.keybinder = keybinder;
module.exports = keybinder;
/***/ }
/******/ ]);
/******/ ])
});
;
//# sourceMappingURL=keybinder.js.map

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

/******/ (function(modules) { // webpackBootstrap
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
else {
var a = factory();
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
}
})(this, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache

@@ -127,12 +137,12 @@ /******/ var installedModules = {};

function keybinder() {
var keybinder = function keybinder() {
return new Keybinder(arguments[0], arguments[1], arguments[2]);
}
};
window.keybinder = keybinder;
module.exports = keybinder;
/***/ }
/******/ ]);
/******/ ])
});
;
//# sourceMappingURL=keybinder.min.js.map
{
"name": "keybinder",
"version": "1.1.2",
"version": "1.1.3",
"description": "Javascript keybinder",

@@ -5,0 +5,0 @@ "main": "build/keybinder.min.js",

@@ -22,3 +22,4 @@ const path = require('path');

path: __dirname,
filename: PROD ? "build/keybinder.min.js" : "build/keybinder.js"
filename: PROD ? "build/keybinder.min.js" : "build/keybinder.js",
libraryTarget: "umd"
},

@@ -25,0 +26,0 @@ module: {

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