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

@aurelia/kernel

Package Overview
Dependencies
Maintainers
1
Versions
1117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia/kernel - npm Package Compare versions

Comparing version 0.2.0-dev.20180918 to 0.2.0-dev.20180919

src/di.ts

2

CHANGELOG.md

@@ -7,3 +7,3 @@ # Change Log

<a name="0.2.0"></a>
# 0.2.0 (2018-09-16)
# 0.2.0 (2018-09-18)

@@ -10,0 +10,0 @@

@@ -469,3 +469,3 @@ const camelCaseLookup = {};

if (keyAsValue.register) {
return keyAsValue.register(handler, keyAsValue);
return keyAsValue.register(handler, keyAsValue) || null;
}

@@ -472,0 +472,0 @@ const resolver = new Resolver(keyAsValue, 1 /* singleton */, keyAsValue);

@@ -475,3 +475,3 @@ (function (global, factory) {

if (keyAsValue.register) {
return keyAsValue.register(handler, keyAsValue);
return keyAsValue.register(handler, keyAsValue) || null;
}

@@ -478,0 +478,0 @@ const resolver = new Resolver(keyAsValue, 1 /* singleton */, keyAsValue);

{
"name": "@aurelia/kernel",
"version": "0.2.0-dev.20180918",
"version": "0.2.0-dev.20180919",
"main": "dist/index.umd.js",

@@ -25,2 +25,3 @@ "module": "dist/index.es6.js",

"dist",
"src",
"README.md",

@@ -84,3 +85,3 @@ "CHANGELOG.md",

},
"gitHead": "38c1d7b179ce101c8bba067b7030479bf15d5eb5"
"gitHead": "500c64e75e90db559f90a4da7975fa2159ad62c7"
}

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