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

@netlify/functions

Package Overview
Dependencies
Maintainers
20
Versions
64
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 1.4.0 to 1.5.0

1

dist/function/event.d.ts

@@ -24,4 +24,3 @@ interface EventHeaders {

isBase64Encoded: boolean;
netlifyGraphToken: string | undefined;
}
export {};

@@ -5,3 +5,1 @@ export { Context as HandlerContext } from './context.js';

export { BuilderResponse, Response as HandlerResponse } from './response.js';
export { getSecrets, getSecretsForBuild, withSecrets, getNetlifyGraphToken, getNetlifyGraphTokenForBuild, GraphTokenResponse, HasHeaders, } from '../lib/graph.js';
export { NetlifySecrets } from '../lib/secrets_helper.js';
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.getNetlifyGraphTokenForBuild = exports.getNetlifyGraphToken = exports.withSecrets = exports.getSecretsForBuild = exports.getSecrets = void 0;
var graph_js_1 = require("../lib/graph.js");
Object.defineProperty(exports, "getSecrets", { enumerable: true, get: function () { return graph_js_1.getSecrets; } });
Object.defineProperty(exports, "getSecretsForBuild", { enumerable: true, get: function () { return graph_js_1.getSecretsForBuild; } });
Object.defineProperty(exports, "withSecrets", { enumerable: true, get: function () { return graph_js_1.withSecrets; } });
Object.defineProperty(exports, "getNetlifyGraphToken", { enumerable: true, get: function () { return graph_js_1.getNetlifyGraphToken; } });
Object.defineProperty(exports, "getNetlifyGraphTokenForBuild", { enumerable: true, get: function () { return graph_js_1.getNetlifyGraphTokenForBuild; } });

6

package.json

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

"types": "./dist/main.d.ts",
"version": "1.4.0",
"version": "1.5.0",
"description": "JavaScript utilities for Netlify Functions",

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

"license": "MIT",
"repository": "netlify/functions",
"repository": "https://github.com/netlify/functions",
"bugs": {

@@ -67,3 +67,3 @@ "url": "https://github.com/netlify/functions/issues"

"nyc": "^15.0.0",
"tsd": "^0.25.0",
"tsd": "^0.28.0",
"typescript": "^4.4.4"

@@ -70,0 +70,0 @@ },

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