@netlify/functions
Advanced tools
Comparing version 0.7.3-streaming.12 to 0.8.0
{ | ||
"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": { |
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
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 2 instances in 1 package
19
1
12229
8
171