Socket
Socket
Sign inDemoInstall

@mamba/core

Package Overview
Dependencies
Maintainers
5
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mamba/core - npm Package Compare versions

Comparing version 9.5.0 to 9.6.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [9.6.0](https://github.com/stone-payments/pos-mamba-sdk/compare/v9.5.1...v9.6.0) (2023-06-09)
**Note:** Version bump only for package @mamba/core
## [9.5.0](https://github.com/stone-payments/pos-mamba-sdk/compare/v9.4.1...v9.5.0) (2023-03-02)

@@ -8,0 +16,0 @@

8

dist/keymap/keyCodes.js

@@ -23,4 +23,8 @@ /**

export const KEY_9 = 57;
export const F23 = 134; // MP35 power button. The 'F23' is the keyIdentifier from MP35 POS
export const F24 = 135; // MP35 F2. The 'F24' is the keyIdentifier from MP35 POS
export const MENU_OR_ESCAPE = 134; // MP35 power button. The 'F23' is the keyIdentifier from MP35 POS (Menu or Escape?)
export const CAMERA = 135; // MP35 F2. The 'F24' is the keyIdentifier from MP35 POS (Camera?)
/** @deprecated Use `MENU_OR_ESCAPE` */
export const F23 = MENU_OR_ESCAPE; // MP35 power button. The 'F23' is the keyIdentifier from MP35 POS (Menu or Escape?)
/** @deprecated Use `CAMERA` */
export const F24 = CAMERA; // MP35 F2. The 'F24' is the keyIdentifier from MP35 POS (Camera?)
// Deprecated keys

@@ -27,0 +31,0 @@ /**

{
"name": "@mamba/core",
"version": "9.5.0",
"version": "9.6.0",
"main": "dist/index.js",

@@ -37,3 +37,3 @@ "types": "types/index.d.ts",

},
"gitHead": "1b6ec2ef77a2cc6c563499f4564fb6d56a1611c4"
"gitHead": "6c7650728443258b4d454de4aa1e5f92c3ab5fef"
}

@@ -23,3 +23,7 @@ /**

export declare const KEY_9 = 57;
export declare const MENU_OR_ESCAPE = 134;
export declare const CAMERA = 135;
/** @deprecated Use `MENU_OR_ESCAPE` */
export declare const F23 = 134;
/** @deprecated Use `CAMERA` */
export declare const F24 = 135;

@@ -26,0 +30,0 @@ /**

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