Socket
Socket
Sign inDemoInstall

hotkeys-js

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hotkeys-js - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

.editorconfig

11

dist/README.md

@@ -6,8 +6,9 @@

| UMD | Size | CommonJS | Size |
| ---- | ---- | ---- | ---- |
| dist/hotkeys.js | 8.37kb | dist/hotkeys.common.js | 8.13kb |
| dist/hotkeys.min.js | 3.62kb (gzipped: 1.73kb) | dist/hotkeys.common.min.js | (gzipped: 1.84kb) |
| UMD | Size | CommonJS | Size | ES Module | Size |
| ---- | ---- | ---- | ---- | ---- | ---- |
| hotkeys.js | 8.37kb | hotkeys.common.js | 8.13kb | hotkeys.esm.js | 8.12kb |
| hotkeys.min.js | 3.62kb (gzipped: 1.73kb) | hotkeys.common.min.js | (gzipped: 1.84kb) | - | - |
- [UMD](https://github.com/umdjs/umd): UMD builds can be used directly in the browser via a `<script>` tag.
- [CommonJS](http://wiki.commonjs.org/wiki/Modules/1.1): CommonJS builds are intended for use with older bundlers like [browserify](http://browserify.org/) or [webpack](https://webpack.github.io/).
- [CommonJS](http://wiki.commonjs.org/wiki/Modules/1.1): CommonJS builds are intended for use with older bundlers like [browserify](http://browserify.org/) or [webpack 1](https://webpack.github.io/).
- [ES Module](http://exploringjs.com/es6/ch_modules.html): ES module builds are intended for use with modern bundlers like [webpack 2](https://webpack.js.org/) or [rollup](http://rollupjs.org/).
{
"name": "hotkeys-js",
"description": "A simple micro-library for defining and dispatching keyboard shortcuts. It has no dependencies.",
"version": "3.0.0",
"version": "3.0.1",
"main": "index.js",
"scripts": {
"deploy": "gh-pages -d build",
"build": "node scripts/build.js",

@@ -12,4 +13,4 @@ "watch": "node scripts/watch.js",

"test:watch": "jest --watch",
"doc:dev": "NODE_ENV=development parcel website/index.html --out-dir build/website --no-cache",
"doc:build": "NODE_ENV=production parcel build website/index.html --out-dir build/website --public-url ./ --no-cache"
"doc:dev": "NODE_ENV=development parcel website/index.html --out-dir build/ --no-cache",
"doc:build": "NODE_ENV=production parcel build website/index.html --out-dir build/ --public-url ./ --no-cache"
},

@@ -39,2 +40,3 @@ "keywords": [

"colors-cli": "^1.0.13",
"gh-pages": "^1.1.0",
"highlight.js": "^9.12.0",

@@ -41,0 +43,0 @@ "jest": "^22.4.2",

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