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

netlify-onegraph-internal

Package Overview
Dependencies
Maintainers
1
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

netlify-onegraph-internal - npm Package Compare versions

Comparing version 0.0.48 to 0.0.49

5

dist/generatedOneGraphClient.js

@@ -69,2 +69,3 @@ "use strict";

return fetch(url, reqOptions).then(function (response) {
console.log("respStatus:", response.status);
if (response.status < httpOkLow || response.status > httpOkHigh) {

@@ -74,3 +75,5 @@ internalConsole.debug("Response: " + JSON.stringify(respBody, null, 2));

}
return response.text();
var respBody = response.text();
console.log("RespBody:", JSON.stringify(respBody, null, 2));
return respBody;
});

@@ -77,0 +80,0 @@ };

2

package.json
{
"name": "netlify-onegraph-internal",
"version": "0.0.48",
"version": "0.0.49",
"description": "Internal tools for use by Netlify",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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