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.3 to 1.0.4

6

changelog.md

@@ -11,2 +11,6 @@ ### 1.0.0

* Now rolling up the library as a CommonJS module, an ES module, and an IIFE.
* Now rolling up the library as a CommonJS module, an ES module, and an IIFE.
### 1.0.3, 1.0.4
(No changes)

3

package.json
{
"name": "parsehttpdate",
"description": "Parses the value of the Date header in HTTP responses",
"version": "1.0.3",
"version": "1.0.4",
"main": "compiled/cjs/parsehttpdate.min.js",

@@ -38,2 +38,3 @@ "module": "compiled/esm/parsehttpdate.min.js",

},
"homepage": "https://null.house/open-source/parsehttpdate",
"keywords": [

@@ -40,0 +41,0 @@ "http",

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

```html
<script src="https://unpkg.com/parsehttpdate@^1.0.3"></script>
<script src="https://unpkg.com/parsehttpdate@^1.0.4"></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.3"></script>
<script src="https://unpkg.com/parsehttpdate@^1.0.4"></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