New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.3.0 to 0.3.1

1

dist/graphqlHelpers.js

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

};
console.log("trying to find baseGqlType");
var baseGqlType = (operationDefinition.kind === graphql_1.Kind.OPERATION_DEFINITION

@@ -460,0 +459,0 @@ ? operationDefinition.operation === "query"

4

dist/netlifyGraph.js

@@ -525,3 +525,3 @@ "use strict";

if (fn.executionStrategy === "DYNAMIC") {
console.log("Skipping dynamic operation", fn.operationName);
internalConsole_1.internalConsole.log("Skipping dynamic operation", fn.operationName);
// @ts-ignore

@@ -531,3 +531,3 @@ persistedFunctionDefinitions.push(__assign({}, fn));

}
console.log("Persisting: ", fn.operationName);
internalConsole_1.internalConsole.log("Persisting: ", fn.operationName);
return [4 /*yield*/, (0, oneGraphClient_1.executeCreatePersistedQueryMutation)({

@@ -534,0 +534,0 @@ nfToken: netlifyToken,

{
"name": "netlify-onegraph-internal",
"version": "0.3.0",
"version": "0.3.1",
"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

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