Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
@ezs/libpostal
Advanced tools
Ce plugin est propose une série d'instructions pour utiliser libpostal
npm install @ezs/libpostal
Try to normalize given addresss.
Essaye de normaliser les adresses données.
; Import libpostal plugin required to use "expandAddress"
; Importation du plugin libpostal nécessaire pour utiliser "expandAddress"
[use]
plugin = libpostal
; Using "expandAddress"
; Utilisation de "expandAddress"
[expandAddress]
[
"Barboncino 781 Franklin Ave, Crown Heights, Brooklyn, NY 11238"
]
[
{
"id": "Barboncino 781 Franklin Ave, Crown Heights, Brooklyn, NY 11238",
"value": [
"barboncino 781 franklin avenue crown heights brooklyn ny 11238",
"barboncino 781 franklin avenue crown heights brooklyn new york 11238"
]
}
]
Returns ({id: String, value: Array<String>} | Array<{id: String, value: Array<String>}> | Object)
Try to normalize given addresss.
Essaye de normaliser les adresses données.
; Import libpostal plugin required to use "expandAddressWith"
; Importation du plugin libpostal nécessaire pour utiliser "expandAddressWith"
[use]
plugin = libpostal
; Using "expandAddressWith"
; Utilisation de "expandAddressWith"
[expandAddress]
; path = value
[
{
"value": "Barboncino 781 Franklin Ave, Crown Heights, Brooklyn, NY 11238"
}
]
[
{
"value": {
"id": "Barboncino 781 Franklin Ave, Crown Heights, Brooklyn, NY 11238",
"value": [
"barboncino 781 franklin avenue crown heights brooklyn ny 11238",
"barboncino 781 franklin avenue crown heights brooklyn new york 11238"
]
}
}
]
input
({path: Array<string>} | Array<{path: Array<string>}> | Object) path
String Returns ({path: {id: string, value: Array<string>}} | Array<{path: {id: string, value: Array<string>}}> | Object)
Try to parse given addresss.
Essaye de faire l'analyse grammaticale des adresses données.
; Import libpostal plugin required to use "parseAddress"
; Importation du plugin libpostal nécessaire pour utiliser "parseAddress"
[use]
plugin = libpostal
; Using "parseAddress"
; Utilisation de "parseAddress"
[parseAddress]
[
"Barboncino 781 Franklin Ave, Crown Heights, Brooklyn, NY 11238"
]
[
{
"id": "Barboncino 781 Franklin Ave, Crown Heights, Brooklyn, NY 11238",
"value": {
"house": "barboncino",
"house_number": "781",
"road": "franklin ave",
"suburb": "crown heights",
"city_district": "brooklyn",
"state": "ny",
"postcode": "11238"
}
}
]
Returns ({id: String, value: Object} | Array<{id: String, value: Object}> | Object)
Try to parse given addresss.
Essaye de faire l'analyse grammaticale des adresses données.
; Import libpostal plugin required to use "parseAddressWith"
; Importation du plugin libpostal nécessaire pour utiliser "parseAddressWith"
[use]
plugin = libpostal
; Using "parseAddressWith"
; Utilisation de "parseAddressWith"
[expandAddress]
; path = value
[
{
"value": "Barboncino 781 Franklin Ave, Crown Heights, Brooklyn, NY 11238"
}
]
[
{
"value": {
"id": "Barboncino 781 Franklin Ave, Crown Heights, Brooklyn, NY 11238",
"value": {
"house": "barboncino",
"house_number": "781",
"road": "franklin ave",
"suburb": "crown heights",
"city_district": "brooklyn",
"state": "ny",
"postcode": "11238"
}
}
}
]
input
({path: Array<string>} | Array<{path: Array<string>}> | Object) path
String Returns ({path: {id: string, value: Object}} | Array<{path: {id: string, value: Object}}> | Object)
FAQs
Libpostal statements for EZS
The npm package @ezs/libpostal receives a total of 11 weekly downloads. As such, @ezs/libpostal popularity was classified as not popular.
We found that @ezs/libpostal demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.