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

cacheability

Package Overview
Dependencies
Maintainers
1
Versions
109
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cacheability - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

6

CHANGELOG.md

@@ -0,1 +1,7 @@

#### 1.0.10 (2018-06-24)
##### Bug Fixes
* **definitions:** Default export definition broken. ([739ab890](https://github.com/bad-batch/cacheability/commit/739ab8909463240527e7cdd2a1fa6fda84e14d04))
#### 1.0.9 (2018-06-24)

@@ -2,0 +8,0 @@

5

lib/browser/cacheability/index.js

@@ -32,3 +32,4 @@ import "core-js/modules/es6.symbol";

import "isomorphic-fetch";
export var Cacheability = function () {
var Cacheability = function () {
function Cacheability() {

@@ -186,3 +187,5 @@ var args = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : {};

}();
export { Cacheability as default };
Cacheability._headerKeys = ["cache-control", "etag"];
//# sourceMappingURL=index.js.map

2

lib/browser/index.js

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

export { Cacheability as default } from "./cacheability";
export { default } from "./cacheability";
//# sourceMappingURL=index.js.map

@@ -164,3 +164,3 @@ "use strict";

Cacheability._headerKeys = ["cache-control", "etag"];
exports.Cacheability = Cacheability;
exports.default = Cacheability;
//# sourceMappingURL=index.js.map

@@ -9,3 +9,3 @@ "use strict";

exports.default = cacheability_1.Cacheability;
exports.default = cacheability_1.default;
//# sourceMappingURL=index.js.map

@@ -20,3 +20,3 @@ import "core-js/modules/es6.symbol";

import "isomorphic-fetch";
export class Cacheability {
export default class Cacheability {
constructor(args = {}) {

@@ -23,0 +23,0 @@ const cacheControl = args.cacheControl,

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

export { Cacheability as default } from "./cacheability";
export { default } from "./cacheability";
//# sourceMappingURL=index.js.map
// Generated by dts-bundle v0.7.3
import "isomorphic-fetch";
export class Cacheability {
export default class Cacheability {
metadata: Metadata | undefined;

@@ -6,0 +6,0 @@ constructor(args?: ConstructorArgs);

{
"name": "cacheability",
"version": "1.0.9",
"version": "1.0.10",
"description": "A utility class to parse, store and print http cache headers.",

@@ -5,0 +5,0 @@ "author": "Dylan Aubrey <dylanaubrey@gmail.com>",

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

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