New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

remote-sensor

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remote-sensor

Check if remove resource valid without full download

latest
Source
npmnpm
Version
0.0.6
Version published
Maintainers
1
Created
Source

remote-sensor

NPM Version Downloads Stats gzip

A tiny (~0.3Kb) tool checking if remove resource valid without full download

Install

npm i remote-sensor

or

yarn add remote-sensor

Usage

import Sensor from 'remote-sensor';

or

const Sensor = require('remote-sensor');

or

<script src="https://unpkg.com/remote-sensor@latest/dist/remote-sensor.min.js"></script>
<script>
  remoteSensor('https://baidu.png', valid => {
    console.log(valid);
  });
</script>
Sensor('https://xxxxx.png', valid => {
  console.log(valid);
});

License

MIT@ZiQiangWang.

Keywords

remote

FAQs

Package last updated on 03 Nov 2019

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