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

@netlify/functions

Package Overview
Dependencies
Maintainers
17
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 0.7.3-streaming.12 to 0.8.0

dist/function/context.d.ts

27

package.json
{
"name": "@netlify/functions",
"main": "./src/main.js",
"types": "./src/main.d.ts",
"version": "0.7.3-streaming.12",
"main": "./dist/main.js",
"types": "./dist/main.d.ts",
"version": "0.8.0",
"description": "JavaScript utilities for Netlify Functions",
"files": [
"src/**/*.js",
"src/**/*.ts",
"!src/**/*.test.js"
"dist/**/*.js",
"dist/**/*.d.ts"
],
"scripts": {
"build": "tsc",
"prepack": "npm run build",
"prepublishOnly": "npm ci && npm test",

@@ -23,4 +24,4 @@ "test": "run-s format test:dev",

"format:fix:prettier": "cross-env-shell prettier --write $npm_package_config_prettier",
"test:dev": "run-s test:dev:*",
"test:ci": "run-s test:ci:*",
"test:dev": "run-s build test:dev:*",
"test:ci": "run-s build test:ci:*",
"test:dev:ava": "ava",

@@ -30,4 +31,4 @@ "test:ci:ava": "nyc -r lcovonly -r text -r json ava"

"config": {
"eslint": "--ignore-pattern README.md --ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \"{src,scripts,.github}/**/*.{js,md,html}\" \"*.{js,md,html}\" \".*.{js,md,html}\"",
"prettier": "--ignore-path .gitignore --loglevel=warn \"{src,scripts,.github}/**/*.{js,md,yml,json,html}\" \"*.{js,yml,json,html}\" \".*.{js,yml,json,html}\" \"!**/package-lock.json\" \"!package-lock.json\""
"eslint": "--ignore-pattern README.md --ignore-path .gitignore --cache --format=codeframe --max-warnings=0 \"{src,scripts,.github}/**/*.{ts,js,md,html}\" \"*.{ts,js,md,html}\" \".*.{ts,js,md,html}\"",
"prettier": "--ignore-path .gitignore --loglevel=warn \"{src,scripts,.github}/**/*.{ts,js,md,yml,json,html}\" \"*.{ts,js,yml,json,html}\" \".*.{ts,js,yml,json,html}\" \"!**/package-lock.json\" \"!package-lock.json\""
},

@@ -62,6 +63,8 @@ "ava": {

"@commitlint/config-conventional": "^13.0.0",
"@netlify/eslint-config-node": "^3.2.10",
"@netlify/eslint-config-node": "^3.3.4",
"ava": "^2.4.0",
"husky": "^4.3.8",
"nyc": "^15.0.0"
"npm-run-all": "^4.1.5",
"nyc": "^15.0.0",
"typescript": "^4.4.4"
},

@@ -68,0 +71,0 @@ "engines": {

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