Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

npm-profile

Package Overview
Dependencies
Maintainers
6
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

npm-profile - npm Package Compare versions

Comparing version 5.0.4 to 6.0.0

lib/index.js

30

package.json
{
"name": "npm-profile",
"version": "5.0.4",
"version": "6.0.0",
"description": "Library for updating an npmjs.com profile",
"keywords": [],
"author": "Rebecca Turner <me@re-becca.org> (http://re-becca.org/)",
"author": "GitHub Inc.",
"license": "ISC",
"dependencies": {
"npm-registry-fetch": "^11.0.0"
"npm-registry-fetch": "^12.0.0"
},
"main": "index.js",
"main": "./lib/index.js",
"repository": {

@@ -17,9 +17,9 @@ "type": "git",

"files": [
"index.js"
"bin",
"lib"
],
"devDependencies": {
"nock": "^12.0.1",
"require-inject": "^1.4.4",
"standard": "^14.3.1",
"tap": "^14.10.6"
"@npmcli/template-oss": "^2.5.1",
"nock": "^13.2.1",
"tap": "^15.1.5"
},

@@ -30,5 +30,8 @@ "scripts": {

"prepublishOnly": "git push origin --follow-tags",
"posttest": "standard index.js",
"posttest": "npm run lint",
"test": "tap",
"snap": "tap"
"snap": "tap",
"lint": "eslint '**/*.js'",
"postlint": "npm-template-check",
"lintfix": "npm run lint -- --fix"
},

@@ -39,4 +42,7 @@ "tap": {

"engines": {
"node": ">=10"
"node": "^12.13.0 || ^14.15.0 || >=16"
},
"templateOSS": {
"version": "2.5.1"
}
}

2

README.md

@@ -7,3 +7,3 @@ # npm-profile

const profile = require('npm-profile')
const result = await profile.get(registry, {token})
const result = await profile.get({token})
//...

@@ -10,0 +10,0 @@ ```

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