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

@portkey/request

Package Overview
Dependencies
Maintainers
3
Versions
357
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@portkey/request - npm Package Compare versions

Comparing version 0.0.1-alpha.9.0 to 1.0.0-alpha.0

./dist/commonjs/index.js

25

package.json
{
"name": "@portkey/request",
"version": "0.0.1-alpha.9.0",
"version": "1.0.0-alpha.0",
"description": "",
"main": "./dist/commonjs/index.js",
"module": "./dist/esm/index.js",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/commonjs/index.js"
}
},
"author": "",

@@ -20,10 +29,10 @@ "license": "ISC",

},
"type": "commonjs",
"types": "./dist/index.d.ts",
"main": "./dist/index.js",
"exports": "./dist/index.js",
"scripts": {
"clean": "rm -rf dist",
"prebuild": "yarn clean",
"build": "tsc",
"build": "yarn build:cjs & yarn build:esm & yarn build:types",
"build:cjs": "tsc && echo '{\"type\": \"commonjs\"}' > ./dist/commonjs/package.json",
"build:esm": "tsc --build tsconfig.esm.json && echo '{\"type\": \"module\"}' > ./dist/esm/package.json && yarn esm:fix",
"build:types": "tsc --build tsconfig.types.json",
"esm:fix": "node ../../scripts/fix-esm.js dist/esm",
"lint": "eslint --ext .js,.ts .",

@@ -35,6 +44,6 @@ "lint:fix": "eslint --fix --ext .js,.ts .",

"dependencies": {
"@portkey/types": "^0.0.1-alpha.9.0",
"@portkey/types": "^1.0.0-alpha.0",
"query-string": "^6.14.1"
},
"gitHead": "7afcffa98f5ac5515efc6a791b0114a4791e0711"
"gitHead": "6438f939a364eb228a71945484af8603de9905aa"
}
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