Socket
Socket
Sign inDemoInstall

@netlify/functions

Package Overview
Dependencies
Maintainers
16
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@netlify/functions - npm Package Compare versions

Comparing version 0.9.1-beta to 0.10.0

4

dist/lib/secrets_helper.js

@@ -76,7 +76,7 @@ "use strict";

host: 'serve.onegraph.com',
path: "/graphql?app_id=" + siteId,
path: "/graphql?app_id=".concat(siteId),
port: port,
method: 'POST',
headers: {
Authorization: "Bearer " + secretToken,
Authorization: "Bearer ".concat(secretToken),
'Content-Type': 'application/json',

@@ -83,0 +83,0 @@ Accept: 'application/json',

@@ -5,3 +5,3 @@ {

"types": "./dist/main.d.ts",
"version": "0.9.1-beta",
"version": "0.10.0",
"description": "JavaScript utilities for Netlify Functions",

@@ -62,3 +62,3 @@ "files": [

"@commitlint/config-conventional": "^13.0.0",
"@netlify/eslint-config-node": "^3.3.7",
"@netlify/eslint-config-node": "^3.3.8",
"ava": "^2.4.0",

@@ -65,0 +65,0 @@ "husky": "^4.3.8",

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