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

ess--urls-images-optimization

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

ess--urls-images-optimization

```javascript

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

const ess_uio = require('./ess--urls-images-optimization');

const config = require('./config');

(async function () {

	let options = {

		// @TODO
		sitemap_xml : config.sitemap_xml, // [ 'https://www.domain1.com/sitemap.xml' ]

		urls : config.urls, // [ 'https://www.domain1.com', 'https://www.domain1.com' ]

		// @TODO
		domain_filter : config.domain_filter, // [ 'www.domain1.com' ]

		psi_key : config.psi_key,

		temp_storage : 'tmp/test',

		// @TODO
		smtp : config.smtp, // { host:'', username:'', password:'' }

		// @TODO
		mail : config.mail, // { to: '', from: '' }

	};

	console.log('start');

	await ess_uio(options);

	console.log('finish');

})();

FAQs

Package last updated on 02 Mar 2018

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