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.10 to 1.0.11

14

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

@@ -18,8 +18,8 @@ "module": "compiled/esm/parsehttpdate.min.js",

"devDependencies": {
"@babel/preset-env": "^7.18.9",
"@rollup/plugin-babel": "^5.3.1",
"@babel/preset-env": "^7.23.7",
"@rollup/plugin-babel": "^6.0.4",
"babel-preset-minify": "^0.5.2",
"jest": "^28.1.3",
"rollup": "^2.77.2",
"typescript": "^4.7.4"
"jest": "^29.7.0",
"rollup": "^4.9.2",
"typescript": "^5.3.3"
},

@@ -29,3 +29,3 @@ "scripts": {

"test": "npm run-script build && jest && tsc --strict --noEmit test/type-test.ts",
"coverage": "npm run-script build && jest --coverage --coverageReporters=text-lcov | coveralls"
"coverage": "npm run-script build && jest --coverage"
},

@@ -32,0 +32,0 @@ "author": {

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

```html
<script src="https://unpkg.com/parsehttpdate@^1.0.10"></script>
<script src="https://unpkg.com/parsehttpdate@^1.0.11"></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.10"></script>
<script src="https://unpkg.com/parsehttpdate@^1.0.11"></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