Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

header-generator

Package Overview
Dependencies
Maintainers
2
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

header-generator - npm Package Compare versions

Comparing version 2.1.10 to 2.1.12

dist/constants.d.ts

21

package.json
{
"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"
}
}
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