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

@astrojs/webapi

Package Overview
Dependencies
Maintainers
4
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@astrojs/webapi - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

mod.d.ts

@@ -13,2 +13,2 @@ // organize-imports-ignore

}>;
}
}
{
"name": "@astrojs/webapi",
"description": "Use Web APIs in Node",
"version": "2.1.0",
"version": "2.1.1",
"type": "module",

@@ -53,3 +53,3 @@ "exports": {

"dependencies": {
"undici": "5.20.0"
"undici": "^5.22.0"
},

@@ -70,4 +70,4 @@ "devDependencies": {

"rollup": "^2.79.1",
"tslib": "^2.4.0",
"typescript": "~4.7.3",
"tslib": "^2.5.0",
"typescript": "~5.0.2",
"urlpattern-polyfill": "^1.0.0-rc5"

@@ -74,0 +74,0 @@ },

@@ -111,4 +111,4 @@ # WebAPI

polyfill(globalThis, {
// disables polyfills for setTimeout clearTimeout
exclude: 'setTimeout clearTimeout',
// disables polyfills for setTimeout clearTimeout
exclude: 'setTimeout clearTimeout',
})

@@ -121,4 +121,4 @@ ```

polyfill(globalThis, {
// disables polyfills for setTimeout clearTimeout
exclude: 'Timeout+',
// disables polyfills for setTimeout clearTimeout
exclude: 'Timeout+',
})

@@ -129,4 +129,4 @@ ```

polyfill(globalThis, {
// disables polyfills for Node, Window, Document, HTMLElement, etc.
exclude: 'Node+',
// disables polyfills for Node, Window, Document, HTMLElement, etc.
exclude: 'Node+',
})

@@ -137,4 +137,4 @@ ```

polyfill(globalThis, {
// disables polyfills for Event, EventTarget, Node, Window, Document, HTMLElement, etc.
exclude: 'Event+',
// disables polyfills for Event, EventTarget, Node, Window, Document, HTMLElement, etc.
exclude: 'Event+',
})

@@ -141,0 +141,0 @@ ```

Sorry, the diff of this file is not supported yet

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