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

@shelf/aws-lambda-brotli-unpacker

Package Overview
Dependencies
Maintainers
47
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shelf/aws-lambda-brotli-unpacker - npm Package Compare versions

Comparing version 1.0.1 to 2.0.0

.husky/_/husky.sh

86

package.json
{
"name": "@shelf/aws-lambda-brotli-unpacker",
"version": "1.0.1",
"version": "2.0.0",
"description": "Unpacks large Lambda binaries to /tmp",
"keywords": [
"lambda",
"brotli"
],
"repository": "shelfio/aws-lambda-brotli-unpacker",
"license": "MIT",
"repository": "shelfio/aws-lambda-brotli-unpacker",
"author": {

@@ -12,44 +16,54 @@ "name": "Vlad Holubiev",

},
"engines": {
"node": ">=10.16.0"
},
"main": "lib",
"files": [
"lib"
],
"scripts": {
"lint": "eslint . --fix",
"build": "rm -rf lib/ && yarn build:types && yarn build:code",
"build:code": "babel src --out-dir lib --ignore '**/*.test.ts' --extensions '.ts' && find ./lib -name '*.test.d.ts' -delete",
"build:types": "tsc --emitDeclarationOnly --declaration --isolatedModules false --declarationDir lib",
"coverage": "yarn test --coverage",
"lint": "yarn lint:ci --fix",
"lint:ci": "eslint . --ext .js,.ts,.json",
"prepack": "yarn build",
"test": "bin/test",
"test:internal": "rm -rf .test && mkdir .test && jest",
"test": "bin/test"
"type-check": "tsc --noEmit",
"type-check:watch": "npm run type-check -- --watch"
},
"files": [
"src"
],
"main": "src/index.js",
"keywords": [
"lambda",
"brotli"
],
"lint-staged": {
"*.{html,md,yml}": [
"prettier --write"
],
"*.{js,ts,json}": [
"eslint --fix"
]
},
"babel": {
"extends": "@shelf/babel-config/backend"
},
"prettier": "@shelf/prettier-config",
"dependencies": {
"tar-fs": "2.1.0"
"tar-fs": "2.1.1"
},
"devDependencies": {
"@shelf/eslint-config": "0.19.0",
"eslint": "7.6.0",
"husky": "4.2.5",
"jest": "26.2.2",
"lint-staged": "10.2.11",
"prettier": "2.0.5"
"@babel/cli": "7.17.6",
"@babel/core": "7.17.5",
"@shelf/babel-config": "0.1.8",
"@shelf/eslint-config": "2.13.0",
"@shelf/prettier-config": "1.0.0",
"@shelf/tsconfig": "0.0.6",
"@types/jest": "27.4.0",
"@types/node": "14",
"@types/tar-fs": "2.0.1",
"eslint": "8.9.0",
"husky": "7.0.4",
"jest": "27.5.1",
"lint-staged": "12.3.4",
"prettier": "2.5.1",
"typescript": "4.5.5"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
"engines": {
"node": ">=14"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"git add"
],
"*.{html,json,md,yml}": [
"prettier --write",
"git add"
]
},
"publishConfig": {

@@ -56,0 +70,0 @@ "access": "public"

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