@netlify/functions
Advanced tools
Comparing version 1.4.0 to 1.5.0
@@ -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; } }); |
@@ -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 @@ }, |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
14700
21
226