Comparing version 1.0.0 to 1.0.1
{ | ||
"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 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6916
5
77
1
+ Addediso-7064@1.0.1(transitive)
- Removediso-7064@1.0.0(transitive)
Updatediso-7064@1.0.1