
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
@inmanlabs/location
Advanced tools
MIT Licensed library to add support for Google's Places API and Inmanlabs Location entity.
MIT Licensed library to add support for Google's Places API and Inmanlabs Location entity.
Package:
yarn package
Login:
npm login
Publish:
npm publish /inmanlabs/workspace/inman-commons/inman-angular/location-lib/dist/location/inmanlabs-location-v0.0.1.tgz --access public
To bootstrap new lib project:
ng new location-lib --create-application=false
cd location-lib
ng generate library location --prefix=inm
ng generate application location-tester
Add to package.json (under "scripts"):
{
"ng": "ng",
"start": "ng serve",
"build": "ng build location",
"copy_license": "cp ./LICENSE ./dist/location",
"copy_readme": "cp ./README.md ./dist/location",
"copy_files": "npm run copy_license && npm run copy_readme",
"package": "ng build location && yarn copy_files && cd dist/location && yarn pack",
"publish": "npm publish /inmanlabs/workspace/inman-commons/inman-angular/location-lib/dist/location/inmanlabs-location-v*.tgz --access public",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
}
In "inner" package.json, add organization name to package name:
"@inmanlabs/location"
Add LICENSE file to top directory. Update README to reflect library content.
FAQs
MIT Licensed library to add support for Google's Places API and Inmanlabs Location entity.
The npm package @inmanlabs/location receives a total of 1 weekly downloads. As such, @inmanlabs/location popularity was classified as not popular.
We found that @inmanlabs/location demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.