Socket
Socket
Sign inDemoInstall

parsehttpdate

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

4

package.json
{
"name": "parsehttpdate",
"description": "Parses the value of the Date header in HTTP responses",
"version": "1.0.2",
"version": "1.0.3",
"main": "compiled/cjs/parsehttpdate.min.js",
"module": "compiled/esm/parsehttpdate.min.js",
"unpkg": "compiled/iife/parsehttpdatet.min.js",
"unpkg": "compiled/iife/parsehttpdate.min.js",
"types": "index.d.ts",

@@ -9,0 +9,0 @@ "files": [

@@ -20,3 +20,3 @@ Ontleedt de waarde van de `Date` header in HTTP antwoorden.

```html
<script src="https://unpkg.com/parsehttpdate@^1.0.2"></script>
<script src="https://unpkg.com/parsehttpdate@^1.0.3"></script>
```

@@ -23,0 +23,0 @@ Met deze aanpak wordt de functie beschikbaar als `window.parseHttpDate`.

@@ -20,3 +20,3 @@ Parses the value of the `Date` header in HTTP responses.

```html
<script src="https://unpkg.com/parsehttpdate@^1.0.2"></script>
<script src="https://unpkg.com/parsehttpdate@^1.0.3"></script>
```

@@ -23,0 +23,0 @@ This alternative makes the function available at `window.parseHttpDate`.

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc