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

resourcetiming-compression

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

resourcetiming-compression - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

package.json

@@ -6,3 +6,3 @@ {

"author": "Nic Jansma",
"version": "0.2.1",
"version": "0.2.2",
"repository": {

@@ -9,0 +9,0 @@ "type": "git",

# resourcetiming-compression.js
v0.2.0
v0.2.2

@@ -112,2 +112,3 @@ [http://nicj.net](http://nicj.net)

* v0.2.2 - 2016-06-01: Add 'html' initiatorType for root page
* v0.2.1 - 2016-04-04: Protect against X-O frame access that crashes some browsers

@@ -114,0 +115,0 @@ * v0.2.0 - 2015-11-23: Export both ResourceTimingCompression and ResourceTimingDecompression from main module

@@ -47,3 +47,4 @@ //

"css": 4,
"xmlhttprequest": 5
"xmlhttprequest": 5,
"html": 6
};

@@ -259,2 +260,3 @@

name: frame.location.href,
initiatorType: "html",
startTime: 0,

@@ -278,2 +280,3 @@ redirectStart: navEntry.redirectStart,

name: frame.location.href,
initiatorType: "html",
startTime: 0,

@@ -280,0 +283,0 @@ redirectStart: t.redirectStart ? (t.redirectStart - t.navigationStart) : 0,

@@ -47,3 +47,4 @@ //

"css": 4,
"xmlhttprequest": 5
"xmlhttprequest": 5,
"html": 6
};

@@ -50,0 +51,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