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

@aurelia/fetch-client

Package Overview
Dependencies
Maintainers
1
Versions
1006
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aurelia/fetch-client - npm Package Compare versions

Comparing version 0.3.0-dev.20190215 to 0.3.0-dev.20190216

4

dist/http-client.d.ts

@@ -1,2 +0,2 @@

import { InterfaceSymbol } from '@aurelia/kernel';
import { InjectArray } from '@aurelia/kernel';
import { HTMLDOM } from '@aurelia/runtime-html';

@@ -9,3 +9,3 @@ import { HttpClientConfiguration } from './http-client-configuration';

export declare class HttpClient {
static readonly inject: InterfaceSymbol[];
static readonly inject: InjectArray;
/**

@@ -12,0 +12,0 @@ * The current number of active requests.

{
"name": "@aurelia/fetch-client",
"version": "0.3.0-dev.20190215",
"version": "0.3.0-dev.20190216",
"main": "dist/index.umd.js",

@@ -51,12 +51,12 @@ "module": "dist/index.es6.js",

"dependencies": {
"@aurelia/kernel": "^0.3.0-dev.20190215",
"@aurelia/runtime": "^0.3.0-dev.20190215",
"@aurelia/runtime-html": "^0.3.0-dev.20190215"
"@aurelia/kernel": "^0.3.0-dev.20190216",
"@aurelia/runtime": "^0.3.0-dev.20190216",
"@aurelia/runtime-html": "^0.3.0-dev.20190216"
},
"devDependencies": {
"@types/chai": "^4.1.7",
"@types/karma": "^3.0.1",
"@types/mocha": "^5.2.5",
"@types/node": "^10.12.19",
"@types/sinon": "^7.0.5",
"@types/karma": "^3.0.2",
"@types/mocha": "^5.2.6",
"@types/node": "^10.12.26",
"@types/sinon": "^7.0.6",
"@types/sinon-chai": "^3.2.2",

@@ -83,3 +83,3 @@ "chai": "^4.2.0",

"ts-node": "^8.0.2",
"tsconfig-paths": "^3.7.0",
"tsconfig-paths": "^3.8.0",
"tslib": "^1.9.3",

@@ -89,6 +89,6 @@ "tslint": "^5.12.1",

"tslint-sonarts": "^1.9.0",
"typescript": "^3.2.4",
"webpack": "^4.29.0"
"typescript": "^3.3.3",
"webpack": "^4.29.4"
},
"gitHead": "c98b2a2153191369f0ab00a65f84559d06ccdbf7"
"gitHead": "a115fb7371d6ec7011e2f6cf8118c8a659f71b69"
}

@@ -1,2 +0,2 @@

import { InterfaceSymbol, PLATFORM } from '@aurelia/kernel';
import { InjectArray, PLATFORM } from '@aurelia/kernel';
import { DOM, IDOM } from '@aurelia/runtime';

@@ -14,3 +14,3 @@ import { HTMLDOM } from '@aurelia/runtime-html';

export class HttpClient {
public static readonly inject: InterfaceSymbol[] = [IDOM];
public static readonly inject: InjectArray = [IDOM];

@@ -17,0 +17,0 @@ /**

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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