Security News
Weekly Downloads Now Available in npm Package Search Results
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
lesca-cdn-path
Advanced tools
Use it when image is separated from the server
.
npm install lesca-cdn-path --save
As a Node module: install in entry js.
import { install } from 'lesca-cdn-path';
install('https://cdn.hostname.com/files/');
setup mode
import { config } from 'lesca-cdn-path';
// ? test at 'localhost'?;
config.mode = 'localhost'; // default is 'cdn'
In the compnenet
require
import { path } from 'lesca-cdn-path';
const component = () => <img src={path(require('./img/image.jpg'))} />;
// http://localhost:8080/img/image.jpg => https://cdn.hostname.com/files/img/image.jpg
import
import { path } from 'lesca-cdn-path';
import Image from './img/image.jpg';
const component = () => <img src={path(Image)} />;
// http://localhost:8080/img/image.jpg => https://cdn.hostname.com/files/img/image.jpg
method | description | return |
---|---|---|
.install(cdn-path:string) | set the base path was generated by the CDN | void |
.path(local-path:string) | localhost url path | cdn-path |
Properties | description | options | default |
---|---|---|---|
config.mode:sting | url loader mode. | cdn , localhost | 'cdn' |
FAQs
relative path to absolute path
The npm package lesca-cdn-path receives a total of 1 weekly downloads. As such, lesca-cdn-path popularity was classified as not popular.
We found that lesca-cdn-path demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
Socket's package search now displays weekly downloads for npm packages, helping developers quickly assess popularity and make more informed decisions.
Security News
A Stanford study reveals 9.5% of engineers contribute almost nothing, costing tech $90B annually, with remote work fueling the rise of "ghost engineers."
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.