@shelf/aws-lambda-brotli-unpacker
Advanced tools
Comparing version 1.0.1 to 2.0.0
{ | ||
"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" |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
7607
6
2
0
15
57
+ Addedtar-fs@2.1.1(transitive)
- Removedtar-fs@2.1.0(transitive)
Updatedtar-fs@2.1.1