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

bind-keys

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bind-keys - npm Package Compare versions

Comparing version 0.1.0-alpha.1 to 0.1.0-alpha.2

CHANGELOG.md

9

lib/index.js

@@ -8,2 +8,9 @@ 'use strict';

exports.unbindKey = unbindKey;
var _parseKey = require('parse-key');
var _parseKey2 = _interopRequireDefault(_parseKey);
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function matchesKey(key, event) {

@@ -26,3 +33,3 @@ if (!key) {

var key = parseKey(keyString);
var key = (0, _parseKey2.default)(keyString);

@@ -29,0 +36,0 @@ if (matchesKey(key, e)) {

2

package.json
{
"name": "bind-keys",
"version": "0.1.0-alpha.1",
"version": "0.1.0-alpha.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -0,1 +1,3 @@

import parseKey from 'parse-key';
function matchesKey(key, event) {

@@ -2,0 +4,0 @@ if (!key) {

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