header-generator
Advanced tools
Comparing version 2.1.10 to 2.1.12
{ | ||
"name": "header-generator", | ||
"version": "2.1.10", | ||
"version": "2.1.12", | ||
"description": "NodeJS package for generating realistic browser-like HTTP headers.", | ||
@@ -15,10 +15,10 @@ "author": { | ||
}, | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"types": "index.d.ts", | ||
"main": "dist/index.js", | ||
"module": "dist/index.mjs", | ||
"types": "dist/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": "./index.mjs", | ||
"require": "./index.js", | ||
"types": "./index.d.ts" | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.js", | ||
"types": "./dist/index.d.ts" | ||
} | ||
@@ -34,5 +34,5 @@ }, | ||
"build": "npm run clean && npm run compile", | ||
"postbuild": "cp -r src/data_files/ && cp ../../README.md ", | ||
"postbuild": "cp -r src/data_files/ dist/ && cp ../../README.md dist/", | ||
"clean": "rimraf ./dist", | ||
"compile": "tsc -p tsconfig.build.json && gen-esm-wrapper ./index.js ./index.mjs", | ||
"compile": "tsc -p tsconfig.build.json && gen-esm-wrapper ./dist/index.js ./dist/index.mjs", | ||
"copy": "ts-node -T ../../scripts/copy.ts" | ||
@@ -46,4 +46,3 @@ }, | ||
"url": "git+https://github.com/apify/header-generator.git" | ||
}, | ||
"gitHead": "7459efbb7987837b914d33d01b025db1d8a14277" | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
248638
41
1557
1