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

corporate

Package Overview
Dependencies
Maintainers
0
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

corporate - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

lib/camt.052.001.02.js

5

features/step_definitions/iso20022_steps.js

@@ -75,2 +75,7 @@ 'use strict';

this.When(/^I parse the xml payload as camt\.052\.001\.02$/, function (callback) {
this.parsedResult = corporate.camt05200102(this.xml);
callback();
});
this.Then(/^the result hash map should be$/, function (string, callback) {

@@ -77,0 +82,0 @@ var expected = eval('(' + string + ')');

1

index.js

@@ -6,2 +6,3 @@ 'use strict';

pain00200103: require('./lib/pain.002.001.03'),
camt05200102: require('./lib/camt.052.001.02'),
camt05300102: require('./lib/camt.053.001.02'),

@@ -8,0 +9,0 @@ camt05400102: require('./lib/camt.054.001.02'),

4

package.json
{
"name": "corporate",
"version": "0.2.3",
"version": "0.3.0",
"description": "A module for parsing (mostly) ISO20022 messages",

@@ -12,3 +12,3 @@ "main": "index.js",

"devDependencies": {
"cucumber": "^0.4.4",
"cucumber": "^0.4.9",
"should": "^4.3.0",

@@ -15,0 +15,0 @@ "sinon": "^1.12.1"

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