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

@inrupt/universal-fetch

Package Overview
Dependencies
Maintainers
8
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@inrupt/universal-fetch - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3-beta.0

13

package.json
{
"name": "@inrupt/universal-fetch",
"description": "A library to access fetch from any JavaScript / TypeScript environment",
"version": "1.0.2",
"version": "1.0.3-beta.0",
"license": "MIT",

@@ -17,2 +17,3 @@ "scripts": {

"test:e2e:browser:setup": "cd e2e/browser/test-app && npm ci",
"test:esbuild": "cd e2e/browser/test-app && npm ci && npm run test:esbuild",
"prepublishOnly": "npm run build"

@@ -40,4 +41,10 @@ },

".": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
"browser": {
"require": "./dist/index-browser.js",
"import": "./dist/index-browser.mjs"
},
"default": {
"require": "./dist/index.js",
"import": "./dist/index.mjs"
}
}

@@ -44,0 +51,0 @@ },

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