Comparing version 0.0.19 to 0.0.20
{ | ||
"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
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
29791368
2
483