Socket
Socket
Sign inDemoInstall

parsehttpdate

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parsehttpdate - npm Package Compare versions

Comparing version 1.0.9 to 1.0.10

16

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

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

"devDependencies": {
"@babel/preset-env": "^7.16.7",
"@rollup/plugin-babel": "^5.3.0",
"babel-preset-minify": "^0.5.1",
"jest": "^27.4.5",
"rollup": "^2.62.0",
"typescript": "^4.5.4"
"@babel/preset-env": "^7.18.9",
"@rollup/plugin-babel": "^5.3.1",
"babel-preset-minify": "^0.5.2",
"jest": "^28.1.3",
"rollup": "^2.77.2",
"typescript": "^4.7.4"
},
"scripts": {
"build": "rollup --config rollup.config.js",
"test": "npm run-script build && jest && tsc --strict --noEmit --types \" \" test/type-test.ts",
"test": "npm run-script build && jest && tsc --strict --noEmit test/type-test.ts",
"coverage": "npm run-script build && jest --coverage --coverageReporters=text-lcov | coveralls"

@@ -30,0 +30,0 @@ },

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

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

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

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

```javascript
import parseHttpDate from 'parseHttpDate';
import parseHttpDate from 'parsehttpdate';
```

@@ -21,3 +21,3 @@

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

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

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