Socket
Socket
Sign inDemoInstall

@mamba/input

Package Overview
Dependencies
Maintainers
3
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mamba/input - npm Package Compare versions

Comparing version 2.6.3 to 2.6.4

8

CHANGELOG.md

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

## [2.6.4](https://github.com/stone-payments/pos-mamba-sdk/compare/v2.6.3...v2.6.4) (2019-04-03)
**Note:** Version bump only for package @mamba/input
## [2.6.3](https://github.com/stone-payments/pos-mamba-sdk/compare/v2.6.2...v2.6.3) (2019-04-02)

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

6

Input.test.js

@@ -117,6 +117,8 @@ import { Registry } from '@mamba/pos/simulator/index.js';

input = newInput({ disabled: true });
expect(input.refs.input.disabled).toBe(true);
const el = root.query('.input');
expect(el.classList.contains('is-disabled')).toBe(true);
input.set({ disabled: false });
expect(input.refs.input.disabled).toBe(false);
expect(el.classList.contains('is-disabled')).toBe(false);
});

@@ -123,0 +125,0 @@

{
"name": "@mamba/input",
"version": "2.6.3",
"version": "2.6.4",
"svelte": "Input.html",

@@ -17,4 +17,4 @@ "author": "Stone Payments - Mamba Team",

"devDependencies": {
"@mamba/pos": "^2.6.3",
"@mamba/styles": "^2.6.0"
"@mamba/pos": "^2.6.4",
"@mamba/styles": "^2.6.4"
},

@@ -25,6 +25,6 @@ "peerDependencies": {

"dependencies": {
"@mamba/icon": "^2.6.3",
"@mamba/icon": "^2.6.4",
"@mamba/utils": "^2.6.0"
},
"gitHead": "1ea6a22f85cf08c7bf78ecf6c93e0ed713ffb63f"
"gitHead": "4e1e8ab2e19420c2cf9dd0d136318e60132957e7"
}

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