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

iso-11649

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

iso-11649 - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

8

package.json
{
"name": "iso-11649",
"version": "1.0.0",
"version": "1.0.1",
"description": "Creditor Reference validation and conversion following ISO 11649",

@@ -37,3 +37,3 @@ "main": "./src/iso-11649.js",

"chai": "4.1.2",
"eslint": "4.9.0",
"eslint": "4.18.2",
"eslint-config-standard": "10.2.1",

@@ -45,7 +45,7 @@ "eslint-plugin-import": "2.7.0",

"istanbul": "0.4.5",
"mocha": "4.0.1"
"mocha": "6.2.2"
},
"dependencies": {
"iso-7064": "1.0.0"
"iso-7064": "1.0.1"
}
}

@@ -21,3 +21,3 @@ 'use strict';

*/
generate(rawValue) {
generate: function(rawValue) {
const value = stringifyInput(rawValue);

@@ -43,3 +43,3 @@

*/
validate(rawValue) {
validate: function(rawValue) {
const value = stringifyInput(rawValue);

@@ -46,0 +46,0 @@

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