New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@swp/swipe-sdk

Package Overview
Dependencies
Maintainers
3
Versions
132
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swp/swipe-sdk - npm Package Compare versions

Comparing version 0.8.2 to 0.8.3

8

dist/main.js

@@ -350,6 +350,6 @@ 'use strict';

var $$enum$2 = {
Ok: "op_ok",
Success: "op_success",
Underfunded: "op_underfunded",
NotProcessed: "op_not_processed"
Ok: "action_ok",
Success: "action_success",
Underfunded: "action_underfunded",
NotProcessed: "action_not_processed"
};

@@ -356,0 +356,0 @@

@@ -10,6 +10,6 @@ declare module "@swp/wallet-sdk" {

export type OperationCode =
"op_ok" |
"op_success" |
"op_underfunded" |
"op_not_processed"
"action_ok" |
"action_success" |
"action_underfunded" |
"action_not_processed"

@@ -130,6 +130,6 @@ export interface Options {

export const operationCodes: {
Ok: "op_ok"
Success: "op_success"
Underfunded: "op_underfunded"
NotProcessed: "op_not_processed"
Ok: "action_ok"
Success: "action_success"
Underfunded: "action_underfunded"
NotProcessed: "action_not_processed"
}

@@ -136,0 +136,0 @@

{
"name": "@swp/swipe-sdk",
"version": "0.8.2",
"version": "0.8.3",
"private": false,

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

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