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

@opuscapita/electronic-address

Package Overview
Dependencies
Maintainers
29
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opuscapita/electronic-address - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

lib/bundle.js

18

package.json
{
"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`
.npmignore
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