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

samurai

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

samurai - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

lib/views.js

6

changelog.md
## Changelog
### 0.2.2 (latest)
### 0.2.3 (latest)
+ Added view helpers for rendering transaction errors and payment forms.
### 0.2.2
+ Added hasErrors() helper to Transaction and PaymentMethod classes.

@@ -6,0 +10,0 @@ + Fixed an issue with Transaction and PaymentMethod forgetting to

8

lib/index.js
(function() {
var Connection, Message, PaymentMethod, Processor, Transaction;
var Connection, Message, PaymentMethod, Processor, Transaction, Views;

@@ -14,2 +14,4 @@ Connection = require('./connection');

Views = require('./views');
module.exports = {

@@ -21,5 +23,7 @@ Connection: Connection,

Message: Message,
setup: Connection.setup
setup: Connection.setup,
renderErrors: Views.renderErrors,
renderPaymentForm: Views.renderPaymentForm
};
}).call(this);
{ "name": "samurai"
, "description": "Samurai payment gateway API client module for Node.js"
, "version": "0.2.2"
, "version": "0.2.3"
, "author": "FeeFighters <samurai@feefighters.com>"

@@ -33,2 +33,3 @@ , "homepage": "https://samurai.feefighters.com"

, "xml2json": "0.2.x"
, "eco": "1.1.x"
}

@@ -35,0 +36,0 @@ , "devDependencies":

Sorry, the diff of this file is not supported yet

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