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

aurelia-http-utils

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

aurelia-http-utils - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

LICENSE

0

dist/http-headers.d.ts

@@ -0,0 +0,0 @@ export declare class HttpHeaders {

@@ -0,0 +0,0 @@ "use strict";

export { HttpHeaders } from "./http-headers";
export { MediaType } from "./media-type";
export { LinkHeaderParser } from "./link-header-parser";

@@ -0,0 +0,0 @@ "use strict";

export declare class LinkHeaderParser {
parse(headers: string[]): Map<string, string>;
}

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export declare class MediaType {

@@ -0,0 +0,0 @@ "use strict";

2

gulpfile.babel.js

@@ -18,3 +18,3 @@ import gulp from "gulp";

gulp.task("build", [ "clean" ], done => gulp.src(typescriptSources).pipe(tsc()).pipe(gulp.dest(typescriptOutput)));
gulp.task("test", done => gulp.src(testSuites).pipe(jasmine()));
gulp.task("test", [ "build" ], done => gulp.src(testSuites).pipe(jasmine()));
gulp.task("default", () => run("build", "test"));
{
"name": "aurelia-http-utils",
"version": "0.1.4",
"version": "0.2.0",
"description": "A collection of utilities to interact via HTTP.",

@@ -12,3 +12,3 @@ "keywords": [

"author": "Giovanni Lovato <heruan@aldu.net>",
"license": "MIT",
"license": "CC0-1.0",
"homepage": "https://github.com/heruan/aurelia-http-utils",

@@ -15,0 +15,0 @@ "bugs": {

@@ -5,2 +5,3 @@ {

"outDir": "dist",
"target": "es5",
"lib": ["es2015", "dom"],

@@ -7,0 +8,0 @@ "noImplicitAny": false,

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