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

fetch-from-npm-registry

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fetch-from-npm-registry - npm Package Compare versions

Comparing version 3.0.1 to 3.0.2

13

package.json
{
"name": "fetch-from-npm-registry",
"version": "3.0.1",
"version": "3.0.2",
"description": "A fetch lib specifically for using with the npm registry",

@@ -14,5 +14,5 @@ "main": "lib/index.js",

"scripts": {
"lint": "tslint -c tslint.json src/**/*.ts test/**/*.ts",
"lint": "tslint -c ../../tslint.json src/**/*.ts test/**/*.ts",
"tsc": "rimraf lib && tsc",
"test": "pnpm run tsc && pnpm run lint && ts-node test --type-check",
"test": "pnpm run tsc && ts-node test --type-check",
"prepublishOnly": "pnpm run tsc"

@@ -32,3 +32,3 @@ },

"dependencies": {
"@pnpm/fetch": "1.0.1",
"@pnpm/fetch": "1.0.2",
"@pnpm/npm-registry-agent": "2.0.1"

@@ -38,6 +38,5 @@ },

"fetch-from-npm-registry": "link:",
"nock": "11.7.0",
"rimraf": "3.0.0",
"tape": "4.11.0"
"nock": "11.7.1",
"rimraf": "3.0.0"
}
}

Sorry, the diff of this file is not supported yet

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