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

@netlify/functions

Package Overview
Dependencies
Maintainers
19
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 2.2.0 to 2.2.1

4

dist/main.d.ts

@@ -0,1 +1,2 @@

import type { getNetlifyGlobal } from '@netlify/serverless-functions-api';
export { builder } from './lib/builder.js';

@@ -5,1 +6,4 @@ export { schedule } from './lib/schedule.js';

export * from './function/index.js';
declare global {
const Netlify: ReturnType<typeof getNetlifyGlobal>;
}

2

package.json

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

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

@@ -8,0 +8,0 @@ "files": [

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