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.2.0-dev.20181010 to 0.2.0-dev.20181011

5

dist/binding/binding-context.d.ts
import { IScope } from '@aurelia/runtime';
export declare const BindingContext: {
createScopeForTest(bindingContext: any, parentBindingContext?: any): IScope;
createScope(bindingContext: any, overrideContext?: import("@aurelia/runtime/dist/binding/binding-context").IOverrideContext): IScope;
createScopeFromOverride(overrideContext: import("@aurelia/runtime/dist/binding/binding-context").IOverrideContext): IScope;
createScopeFromParent(parentScope: IScope, bindingContext: any): IScope;
createOverride(bindingContext?: any, parentOverrideContext?: import("@aurelia/runtime/dist/binding/binding-context").IOverrideContext): import("@aurelia/runtime/dist/binding/binding-context").IOverrideContext;
get(scope: IScope, name: string, ancestor: number): any;
};
//# sourceMappingURL=binding-context.d.ts.map

8

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

@@ -46,4 +46,4 @@ "module": "dist/index.es6.js",

"dependencies": {
"@aurelia/kernel": "0.2.0-dev.20181010",
"@aurelia/runtime": "^0.2.0-dev.20181010"
"@aurelia/kernel": "0.2.0-dev.20181011",
"@aurelia/runtime": "^0.2.0-dev.20181011"
},

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

},
"gitHead": "72671654f43951788cfc9252c70861e7c874dce8"
"gitHead": "c3e377931750c56e17b41d22ae3a6697883a900f"
}

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