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

fets

Package Overview
Dependencies
Maintainers
1
Versions
707
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fets - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7-alpha-20230307211455-b3c907a

cjs/client/createClient.js

37

package.json
{
"name": "fets",
"version": "0.0.6",
"version": "0.0.7-alpha-20230307211455-b3c907a",
"description": "TypeScript HTTP Framework focusing on e2e type-safety, easy setup, performance & great developer experience",

@@ -12,4 +12,4 @@ "sideEffects": false,

"ajv-formats": "^2.1.1",
"json-schema-to-ts": "2.7.2",
"openapi-types": "12.1.0",
"json-schema-to-ts": "^2.7.2",
"openapi-types": "^12.1.0",
"tslib": "^2.3.1"

@@ -19,3 +19,3 @@ },

"type": "git",
"url": "ardatan/whatwg-node",
"url": "ardatan/fets",
"directory": "packages/fets"

@@ -25,19 +25,26 @@ },

"license": "MIT",
"main": "index.js",
"module": "index.mjs",
"typings": "index.d.ts",
"main": "cjs/index.js",
"module": "esm/index.js",
"typings": "typings/index.d.ts",
"typescript": {
"definition": "index.d.ts"
"definition": "typings/index.d.ts"
},
"type": "module",
"exports": {
".": {
"require": "./index.js",
"import": "./index.mjs"
"require": {
"types": "./typings/index.d.cts",
"default": "./cjs/index.js"
},
"import": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
},
"default": {
"types": "./typings/index.d.ts",
"default": "./esm/index.js"
}
},
"./*": {
"require": "./*.js",
"import": "./*.mjs"
},
"./package.json": "./package.json"
}
}
}
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