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

aurelia

Package Overview
Dependencies
Maintainers
2
Versions
738
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia - npm Package Compare versions

Comparing version 2.1.0-dev.202405130849 to 2.1.0-dev.202405280947

13

CHANGELOG.md

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

<a name="2.0.0-beta.18"></a>
# 2.0.0-beta.18 (2024-05-23)
### Bug Fixes:
* **dev:** turbo package input + ts dev script ([253e92a](https://github.com/aurelia/aurelia/commit/253e92a))
### Refactorings:
* **collection:** define map & set overrides on the instance instead of prototype (#1975) ([253e92a](https://github.com/aurelia/aurelia/commit/253e92a))
* **runtime:** reoganise utils import ([253e92a](https://github.com/aurelia/aurelia/commit/253e92a))
<a name="2.0.0-beta.17"></a>

@@ -8,0 +21,0 @@ # 2.0.0-beta.17 (2024-05-11)

20

package.json
{
"name": "aurelia",
"version": "2.1.0-dev.202405130849",
"version": "2.1.0-dev.202405280947",
"main": "dist/cjs/index.cjs",

@@ -56,11 +56,11 @@ "module": "dist/esm/index.mjs",

"dependencies": {
"@aurelia/fetch-client": "2.1.0-dev.202405130849",
"@aurelia/kernel": "2.1.0-dev.202405130849",
"@aurelia/metadata": "2.1.0-dev.202405130849",
"@aurelia/expression-parser": "2.1.0-dev.202405130849",
"@aurelia/platform": "2.1.0-dev.202405130849",
"@aurelia/platform-browser": "2.1.0-dev.202405130849",
"@aurelia/runtime": "2.1.0-dev.202405130849",
"@aurelia/template-compiler": "2.1.0-dev.202405130849",
"@aurelia/runtime-html": "2.1.0-dev.202405130849"
"@aurelia/fetch-client": "2.1.0-dev.202405280947",
"@aurelia/kernel": "2.1.0-dev.202405280947",
"@aurelia/metadata": "2.1.0-dev.202405280947",
"@aurelia/expression-parser": "2.1.0-dev.202405280947",
"@aurelia/platform": "2.1.0-dev.202405280947",
"@aurelia/platform-browser": "2.1.0-dev.202405280947",
"@aurelia/runtime": "2.1.0-dev.202405280947",
"@aurelia/template-compiler": "2.1.0-dev.202405280947",
"@aurelia/runtime-html": "2.1.0-dev.202405280947"
},

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

@@ -214,3 +214,2 @@ import { DI, IContainer, Registration } from '@aurelia/kernel';

// ArrayObserver,
// enableArrayObservation,
// disableArrayObservation,

@@ -217,0 +216,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