
Security News
Deno 2.6 + Socket: Supply Chain Defense In Your CLI
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.
isretina.js
Advanced tools
very little snippet for bower and npm to check if the client is using a retina display
isRetina.js is a very little snippet for bower and npm to check if the client is using a retina display.
You can either use bower or npm.js to install this little neat snippet (otherwise you could also just copy it into your folder and require or just include it in your browser file).
If you are using the snippet with bower you should be sure that bower is already installed on your device and then run this line of script.
bower install --save isRetina.js
If you are using the snippet with bower you should be sure that bower is already installed on your device and then run this line of script.
npm install --save isRetina.js
If you already installed isRetina.js, be sure to use on of the following methods to include the library in your project (if you are using bower + browserify, please use the debowerify transform for browserify):
var isRetina = require('isRetina');
import isRetina from 'isRetina';
Please fork this project and make a pull request. Only work in isRetina.babel.js and then run gulp minify !!!
FAQs
very little snippet for bower and npm to check if the client is using a retina display
We found that isretina.js 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
Deno 2.6 introduces deno audit with a new --socket flag that plugs directly into Socket to bring supply chain security checks into the Deno CLI.

Security News
New DoS and source code exposure bugs in React Server Components and Next.js: what’s affected and how to update safely.

Security News
Socket CEO Feross Aboukhadijeh joins Software Engineering Daily to discuss modern software supply chain attacks and rising AI-driven security risks.