
Product
Introducing Scala and Kotlin Support in Socket
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
p360-contact-manager
Advanced tools
Public 360 application by Tieto has some issues with for example duplicated contacts. This package tries to fix that and adds other functionality like synchronization(enrichment) with brreg.no.
Documentation | Source Code | Task Tracker
While there are existing solutions to synchronize with systems such as brønnøysundregisteret. They can be used via GUI only and are slow to enrich and update the data. Some of the tools can create duplicates that are not accepted among all the systems.
This project addresses the following issues:
Installing the package
p360-contact-manager
is on pypi and can be installed with pip
pip install p360-contact-manager
This installs the p360
CLI command. If you have installed it in a virtualenv, then remember to activate it before usng p360
. If you have used poetry
to install it, run it with poetry run p360
.
!!! note
In the examples replace your_key
with your api authkey and your_url
with the url to your api.
Start with testing the connection
p360 --authkey your_key --p360_base_url your_url test
Find duplicates
p360 --authkey your_key --p360_base_url your_url duplicates
Check the file
duplicate_worklist.json
thats created if everything looks okay. The filename can also be configured by using--output my_duplicate_worklist.json
.
Run update
p360 -ak your_key -pbu your_url --worklist duplicates_worklist.json update
This creates a file called result_update.json
in your current working directory. This file contains a list of all enterprises which have been updated by recno. If there are any errors then those can be found in the same file with an error message and the payload that caused the error.
FAQs
Public 360 application by Tieto has some issues with for example duplicated contacts. This package tries to fix that and adds other functionality like synchronization(enrichment) with brreg.no.
We found that p360-contact-manager demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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.
Product
Socket now supports Scala and Kotlin, bringing AI-powered threat detection to JVM projects with easy manifest generation and fast, accurate scans.
Application Security
/Security News
Socket CEO Feross Aboukhadijeh and a16z partner Joel de la Garza discuss vibe coding, AI-driven software development, and how the rise of LLMs, despite their risks, still points toward a more secure and innovative future.
Research
/Security News
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.