Socket
Socket
Sign inDemoInstall

@aurelia/platform

Package Overview
Dependencies
0
Maintainers
1
Versions
538
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-beta.8 to 2.0.0-beta.9

dist/cjs/index.cjs.map

5

CHANGELOG.md

@@ -6,2 +6,7 @@ # Change Log

<a name="2.0.0-beta.9"></a>
# 2.0.0-beta.9 (2023-12-12)
**Note:** Version bump only for package @aurelia/platform
<a name="2.0.0-beta.8"></a>

@@ -8,0 +13,0 @@ # 2.0.0-beta.8 (2023-07-24)

12

package.json
{
"name": "@aurelia/platform",
"version": "2.0.0-beta.8",
"version": "2.0.0-beta.9",
"main": "dist/cjs/index.cjs",

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

"files": [
"dist/**/*.cjs",
"dist/**/*.dev.cjs.map",
"dist/**/*.mjs",
"dist/**/*.dev.mjs.map",
"dist/**/*.d.ts",
"dist",
"src/**/*.ts",

@@ -40,3 +36,3 @@ "README.md",

"lint": "eslint --cache --ext .js,.ts src/",
"lint:ci": "eslint --cache --ext .js,.ts --quiet --report-unused-disable-directives src/",
"lint:ci": "eslint --ext .js,.ts --quiet --report-unused-disable-directives src/",
"build": "rollup -c",

@@ -55,3 +51,3 @@ "dev": "rollup -c -w",

"devDependencies": {
"typescript": "5.1.6"
"typescript": "5.2.2"
},

@@ -58,0 +54,0 @@ "engines": {

@@ -543,3 +543,3 @@ /* eslint-disable @typescript-eslint/no-explicit-any */

} = this;
let ret: unknown | Promise<unknown>;
let ret: unknown;

@@ -546,0 +546,0 @@ this._status = TaskStatus.running;

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc