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
2
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.4.0 to 0.4.1

3

dist/oneGraphClient.js

@@ -96,2 +96,5 @@ "use strict";

};
var atob = globalThis.Buffer != null
? function (x) { return globalThis.Buffer.from(x, "base64").toString(); }
: globalThis.atob;
function getGraphJwtForSite(_a) {

@@ -98,0 +101,0 @@ var siteId = _a.siteId, nfToken = _a.nfToken;

2

package.json
{
"name": "netlify-onegraph-internal",
"version": "0.4.0",
"version": "0.4.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

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