New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

cycletls

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cycletls - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

14

package.json
{
"name": "cycletls",
"version": "0.0.19",
"version": "0.0.20",
"description": "Spoof TLS/JA3 fingerprint in JS with help from Go",

@@ -13,7 +13,7 @@ "main": "dist/index.js",

"build": "tsc",
"build:windows": "cross-env GOOS=windows go build -o ./dist/index.exe ./golang",
"build:linux": "cross-env GOOS=linux go build -o ./dist/index ./golang && chmod +x ./dist/index",
"build:arm64": "cross-env GOOS=linux GOARCH=arm64 go build -o ./dist/index-arm64 ./golang && chmod +x ./dist/index-arm64",
"build:arm": "cross-env GOOS=linux GOARCH=arm go build -o ./dist/index-arm ./golang && chmod +x ./dist/index-arm",
"build:mac": "cross-env GOOS=darwin go build -o ./dist/index-mac ./golang && chmod +x ./dist/index-mac",
"build:windows": "cross-env GOOS=windows go build -o ./dist/index.exe ./src",
"build:linux": "cross-env GOOS=linux go build -o ./dist/index ./src && chmod +x ./dist/index",
"build:arm64": "cross-env GOOS=linux GOARCH=arm64 go build -o ./dist/index-arm64 ./src && chmod +x ./dist/index-arm64",
"build:arm": "cross-env GOOS=linux GOARCH=arm go build -o ./dist/index-arm ./src && chmod +x ./dist/index-arm",
"build:mac": "cross-env GOOS=darwin go build -o ./dist/index-mac ./src && chmod +x ./dist/index-mac",
"prepare": "npm run build && npm run build:windows && npm run build:linux && npm run build:mac",

@@ -34,3 +34,3 @@ "test": "jest"

],
"license": "MIT",
"license": "GPL3",
"bugs": {

@@ -37,0 +37,0 @@ "url": "https://github.com/Danny-Dasilva/CycleTLS/issues"

@@ -60,2 +60,4 @@ # CycleTLS

Node Js
```bash

@@ -65,4 +67,6 @@ $ npm install cycletls

Golang
```bash
$ npm install cycletls
$ go get github.com/Danny-Dasilva/CycleTLS/cycletls
```

@@ -360,2 +364,3 @@

* `image/png`
* `application/pdf`

@@ -362,0 +367,0 @@ To write them to a file you can use the below methods

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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