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.0 to 1.0.1

4

lib/client.js

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

purgeByURL (uri, cb) {
issue(this, Edged.action.purge, uri, cb)
issue(this, api.purge, uri, cb)
}

@@ -50,3 +50,3 @@

softPurgeByURL (uri, cb) {
issue(this, Edged.action.softPurge, uri, cb)
issue(this, api.softPurge, uri, cb)
}

@@ -53,0 +53,0 @@ }

{
"name": "edged",
"version": "1.0.0",
"version": "1.0.1",
"description": "Purge items at the edge of the network",

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

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

ctx.action = createPipeline(Edged.createStream(client))
ctx.purge = createPipeline(Edged.createStream(client, Edged.action.purge))
ctx.softPurge = createPipeline(Edged.createStream(client, Edged.action.softPurge))
ctx.purge = createPipeline(Edged.createURLStream(client, Edged.action.purge))
ctx.softPurge = createPipeline(Edged.createURLStream(client, Edged.action.softPurge))
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