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

@aurelia/kernel

Package Overview
Dependencies
Maintainers
1
Versions
1124
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.3.0-dev.20181124 to 0.3.0-dev.20181126

5

package.json
{
"name": "@aurelia/kernel",
"version": "0.3.0-dev.20181124",
"version": "0.3.0-dev.20181126",
"main": "dist/index.umd.js",

@@ -77,6 +77,7 @@ "module": "dist/index.es6.js",

"tslint-microsoft-contrib": "^5.2.1",
"tslint-sonarts": "^1.8.0",
"typescript": "^3.1.6",
"webpack": "^4.25.1"
},
"gitHead": "05d23715b6ca15e65f946b69637d16ed207e5020"
"gitHead": "a188d7333d26216f4935bb8395eeb698451c2e9d"
}

2

src/interfaces.ts

@@ -10,3 +10,3 @@ export interface ICallable {

export type Constructable<T = {}> = {
// tslint:disable-next-line:no-any
// tslint:disable-next-line:no-any no-useless-intersection
new(...args: unknown[]): T & any; // this is a "hack" to stop typescript from nagging about the type parameter T being unused (the parameter may be used for type inference)

@@ -13,0 +13,0 @@ };

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