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

@mamba/pos

Package Overview
Dependencies
Maintainers
3
Versions
216
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mamba/pos - npm Package Compare versions

Comparing version 1.0.0-prealpha.6 to 1.0.0-prealpha.7

2

drivers/cancellation/simulation.js
import { State } from '../../simulator/libs/main.js';
export const NAMESPACE = '$Cancellation';
export const NAMESPACE = 'Cancel';

@@ -5,0 +5,0 @@ export const SETTINGS = {

{
"name": "@mamba/pos",
"version": "1.0.0-prealpha.6",
"version": "1.0.0-prealpha.7",
"description": "Mamba web environment wrapper and simulator",

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

"dependencies": {
"@mamba/app": "^1.0.0-prealpha.6",
"@mamba/switch": "^1.0.0-prealpha.6"
"@mamba/app": "^1.0.0-prealpha.7",
"@mamba/switch": "^1.0.0-prealpha.7"
}
}

@@ -20,4 +20,2 @@ import Signal from './signal.js';

Object.keys(driverModules).forEach(driverRef => {
if (__DEV__ && __BROWSER__) console.groupCollapsed(driverRef);
const driverModule = driverModules[driverRef];

@@ -31,2 +29,4 @@ const driver = {};

if (__DEV__ && __BROWSER__) console.groupCollapsed(driverRef);
/** Set the simulator default settings for the driver */

@@ -33,0 +33,0 @@ if (driverModule.SETTINGS) {

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