New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

swint-akamai-purge

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swint-akamai-purge

Sending purge request on akamai for Swint batch task manager(swint-task)

  • 1.0.8
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
16
decreased by-60.98%
Maintainers
1
Weekly downloads
 
Created
Source

swint-akamai-purge

Greenkeeper badge

Sending purge request on akamai for Swint batch task manager(swint-task)

Warning: This is not the final draft yet, so do not use this until its official version is launched

Installation

$ npm install --save swint-akamai-purge

Testing

You may save your secret credentials for the test at $HOME/.swint/swint-akamai-purge-test.json in the format below:

{
	"user": "myemail@example.com",
	"password": "mypassword",
	"prefix": "http://myAkamaiEdge.example.com.edgesuite.net"
}

Options

  • urlPrefix: String, default: 'http://www.example.com'
  • dir : String, default: path.join(path.dirname(require.main.filename), '../out')
  • walkOption : Object, default: {}
  • akInfo
    • user : String, default: 'user'
    • password : String, default: 'password'

Usage

swintAkamaiPurge({
	dir: path.join(__dirname, '../out'),
	urlPrefix: 'http://myAkamaiEdge.example.com.edgesuite.net',
	akInfo: {
		user: 'myemail@example.com',
		password: 'mypassword'
	}
}, function(err, res) {
	// afterwards...
});

Keywords

FAQs

Package last updated on 15 Jun 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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