Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

edged

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

edged - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

lib/client.js

@@ -41,3 +41,2 @@ 'use strict'

this.timeout = timeout
log.info('Edged initialized')
}

@@ -44,0 +43,0 @@

2

lib/request.js

@@ -56,3 +56,3 @@ 'use strict'

const headers = createHeaders(moreHeaders)
const headers = createHeaders(client, moreHeaders)

@@ -59,0 +59,0 @@ return new RequestOptions(client, headers, hostname, 'PURGE', pathname)

{
"name": "edged",
"version": "1.0.3",
"version": "1.0.4",
"description": "Purge items at the edge of the network",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -7,3 +7,2 @@ #!/usr/bin/env node

const { Edged } = require('./')
const { inspect } = require('util')
const { log, clear, dir } = require('console')

@@ -10,0 +9,0 @@ const { pipeline, Writable } = require('readable-stream')

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