Socket
Socket
Sign inDemoInstall

@saucelabs/bin-wrapper

Package Overview
Dependencies
21
Maintainers
17
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 2.0.0

lib/archive/gzip.d.ts

25

package.json
{
"name": "@saucelabs/bin-wrapper",
"version": "1.0.0",
"version": "2.0.0",
"description": "Fetches and runs a binary",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"files": [
"dist/**"
"lib/**"
],
"scripts": {
"build": "rimraf ./build && tsc",
"lint": "eslint src/ tests/",
"build": "rimraf ./lib && tsc",
"lint": "prettier --check '**/*.{js,ts,mjs,cjs}' && eslint .",
"fmt": "prettier --write '**/*.{js,ts,mjs,cjs}'",
"prepare": "husky install",

@@ -41,4 +42,4 @@ "test": "jest --coverage",

"axios": "^1.5.1",
"tar-stream": "^3.1.6",
"https-proxy-agent": "^7.0.2"
"https-proxy-agent": "^7.0.2",
"tar-stream": "^3.1.6"
},

@@ -52,7 +53,11 @@ "devDependencies": {

"@types/tar-stream": "^3.1.1",
"@typescript-eslint/eslint-plugin": "^6.7.5",
"@typescript-eslint/parser": "^6.7.5",
"@typescript-eslint/eslint-plugin": "^6.8.0",
"@typescript-eslint/parser": "^6.8.0",
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-jest": "^27.4.2",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"jest": "^29.7.0",
"prettier": "^3.0.3",
"release-it": "^16.2.1",

@@ -59,0 +64,0 @@ "rimraf": "^5.0.5",

2

README.md

@@ -12,3 +12,3 @@ # bin-wrapper

```js
import BinWrapper from '@saucelabs/bin-wrapper';
import { BinWrapper } from '@saucelabs/bin-wrapper';

@@ -15,0 +15,0 @@ const baseUrl = 'http://dummy-host/path/to/archives';

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc