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

@aurelia/debug

Package Overview
Dependencies
Maintainers
1
Versions
571
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia/debug - npm Package Compare versions

Comparing version 0.7.0-dev.202005082023 to 0.7.0

19

CHANGELOG.md

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

<a name="0.7.0"></a>
# 0.7.0 (2020-05-08)
### Features:
* **validation:** started deserialization support ([4296f9d](https://github.com/aurelia/aurelia/commit/4296f9d))
* **validation:** serialization support ([a14fb0a](https://github.com/aurelia/aurelia/commit/a14fb0a))
* ***:** AST hydration ([92125d6](https://github.com/aurelia/aurelia/commit/92125d6))
### Bug Fixes:
* **debug:** skipped escaping ' for serialization ([dc7437a](https://github.com/aurelia/aurelia/commit/dc7437a))
### Refactorings:
* ***:** moved ast hydration to debug package ([691a63f](https://github.com/aurelia/aurelia/commit/691a63f))
<a name="0.6.0"></a>

@@ -8,0 +27,0 @@ # 0.6.0 (2019-12-18)

12

package.json
{
"name": "@aurelia/debug",
"version": "0.7.0-dev.202005082023",
"version": "0.7.0",
"main": "dist/umd/index.js",

@@ -37,6 +37,6 @@ "module": "dist/esnext/index.js",

"dependencies": {
"@aurelia/kernel": "^0.7.0-dev.202005082023",
"@aurelia/metadata": "^0.7.0-dev.202005082023",
"@aurelia/runtime": "^0.7.0-dev.202005082023",
"@aurelia/scheduler": "^0.7.0-dev.202005082023"
"@aurelia/kernel": "^0.7.0",
"@aurelia/metadata": "^0.7.0",
"@aurelia/runtime": "^0.7.0",
"@aurelia/scheduler": "^0.7.0"
},

@@ -46,3 +46,3 @@ "devDependencies": {

},
"gitHead": "cc1b576e0aad40d4e90ae996677164575f184b19"
"gitHead": "b72852c459296c345b859347fb8911712feef371"
}
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