
Security News
Socket Releases Free Certified Patches for Critical vm2 Sandbox Escape
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.
DISCLAIMER: In very early development! Do not use ... contribute.
https://travis-ci.org/jessecravens/responder
The test are running against custom rules, that are intended to fail. The intention is to use a responder adapter to tie into a DDR (custom or 3rd party listed below)
Responsive/Adaptive utilities for your Node.js Application The library provides the following:
API wrapper for working with Device Description Repositories such as:
Redis Data cache and simple Data API
Device Profile Mappings to Jade templates
Profile-specific Jade mixins
Intelligent SPA application support
Install the module with: npm install responder or add to your package.json
var responder = require('responder');
responder.profile(); // "smartPhone"
responder.product('brand_name'); // "Nokia"
responder.product('has_qwerty_keyboard'); // "false"
responder.product('mobile_browser'); // "Opera"
responder.html_ui('html_preferred_dtd') // "html5"
responder.pdf('pdf_support'); // "true"
$ nodeunit test
The tests should be failing, until you implemnt a DDR or custom rules.
(Coming soon)
(Coming soon)
Clone the responder-client.js into your app's JavaScript directory.
$ cd <public/js directory of your app>
$ git clone git://github.com/jessecravens/responder-client.git
Add a script reference in your application pages. Most likely, your highest-level template.
<script src="js/responderjs-client.js"></script>
script(src='js/responder-client.js')
The majority of web traffic through the traditional desktop web is divided among a manageable number of modern web browsers, most notably Google Chrome, Internet Explorer, Mozilla Firefox, Safari, and Opera. These browsers rely on HTML as its markup language, CSS for styling, and JavaScript for client-side scripting. Although cross-browser compliance continues to cause developer pain, it can generallly be expected that the content of most web applications will be visible to most users using modern web browsers. Futhermore, software updates for desktop browsers are frequent and widely distributed.
Unlike the desktop web, there is a significant amount of fragmentation on the mobile web. Markup can be WML, HTML, HDML, XHTML, or Mobile Profile. In addition, unlike the desktop web, a mobile web browser will vary on screen size, ability to support client side scripting, ability to support various image formats, and even color. Because the markup is generally sent directly to the phone, there is no opportunity for a central server to “fix” or adapt to browser limitations or defects. Furthermore, software updates for mobile browsers are rare.
ResponderJS helps bridge this gap with a simple to use API.
http://www.w3.org/TR/ddr-core-vocabulary/
MITE Device Anywhere: http://mite.keynote.com/download.php
http://www.scientiamobile.com/wurflCloud/gettingStarted/
(Coming soon)
(Coming soon)
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using grunt.
(Nothing yet)
Copyright (c) 2012 Jesse Cravens
Licensed under the MIT license.
FAQs
Responsive/Adaptive utilities for your Node.js application
We found that responder 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
A critical vm2 sandbox escape can allow untrusted JavaScript to break isolation and execute commands on the host Node.js process.

Research
Five malicious NuGet packages impersonate Chinese .NET libraries to deploy a stealer targeting browser credentials, crypto wallets, SSH keys, and local files.

Security News
pnpm 11 turns on a 1-day Minimum Release Age and blocks exotic subdeps by default, adding safeguards against fast-moving supply chain attacks.