@opuscapita/electronic-address
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"name": "@opuscapita/electronic-address", | ||
"version": "0.0.2", | ||
"version": "0.0.3", | ||
"description": "Library for decoding and encoding electronic addresses", | ||
"main": "index.js", | ||
"main": "lib/bundle.js", | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"build": "rm ./lib/* ; npx webpack -p --config webpack.config.js --env=production --colors --bail", | ||
"start": "npm run test", | ||
@@ -30,9 +34,17 @@ "test": "npm run clean ; nyc mocha --timeout 30000 -R mocha-junit-reporter", | ||
"devDependencies": { | ||
"babel-core": "^6.26.3", | ||
"babel-loader": "^7.1.5", | ||
"babel-preset-env": "^1.6.0", | ||
"babel-preset-stage-0": "^6.24.1", | ||
"coveralls": "^2.12.0", | ||
"jsdoc-to-markdown": "^3.0.0", | ||
"json-loader": "^0.5.7", | ||
"mocha": "^3.2.0", | ||
"mocha-junit-reporter": "^1.12.1", | ||
"nyc": "^10.1.2", | ||
"rimraf": "^2.6.0" | ||
"rimraf": "^2.6.0", | ||
"uglifyjs-webpack-plugin": "1.3.0", | ||
"webpack": "^3.7.1", | ||
"webpack-cli": "^3.1.0" | ||
} | ||
} |
# electronic-address | ||
Library to decode and encode electronic addresses for routing | ||
Encoding is based on ISO6523. Details can be found at https://www.galaxygw.com/iso6523/ | ||
--- | ||
@@ -24,1 +26,6 @@ | ||
``` | ||
`type` can be one of the following: | ||
- `vat` | ||
- `gln` | ||
- `ovt` | ||
- `orgnr` |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
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
31
7537
14
3
0
2