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

@aurelia/platform-browser

Package Overview
Dependencies
Maintainers
1
Versions
542
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia/platform-browser - npm Package Compare versions

Comparing version 2.1.0-dev.202304030920 to 2.1.0-dev.202304050629

3

dist/types/index.d.ts

@@ -12,5 +12,2 @@ import { Platform, TaskQueue } from '@aurelia/platform';

readonly document: TGlobal['document'];
readonly location: TGlobal['location'];
readonly history: TGlobal['history'];
readonly navigator: TGlobal['navigator'];
readonly customElements: TGlobal['customElements'];

@@ -17,0 +14,0 @@ readonly fetch: TGlobal['window']['fetch'];

4

package.json
{
"name": "@aurelia/platform-browser",
"version": "2.1.0-dev.202304030920",
"version": "2.1.0-dev.202304050629",
"main": "dist/cjs/index.cjs",

@@ -51,3 +51,3 @@ "module": "dist/esm/index.mjs",

"dependencies": {
"@aurelia/platform": "2.1.0-dev.202304030920"
"@aurelia/platform": "2.1.0-dev.202304050629"
},

@@ -54,0 +54,0 @@ "devDependencies": {

@@ -16,5 +16,2 @@ import { Platform, TaskQueue } from '@aurelia/platform';

public readonly document!: TGlobal['document'];
public readonly location!: TGlobal['location'];
public readonly history!: TGlobal['history'];
public readonly navigator!: TGlobal['navigator'];
public readonly customElements!: TGlobal['customElements'];

@@ -40,3 +37,3 @@

('Node Element HTMLElement CustomEvent CSSStyleSheet ShadowRoot MutationObserver '
+ 'window document location history navigator customElements')
+ 'window document customElements')
.split(' ')

@@ -43,0 +40,0 @@ // eslint-disable-next-line

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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