
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Currently there are 2 sorts of panels one can build using this module:
// From global
var panel = new iPanel($elem, options)
// As a jquery plugin
$(container).iPanel(options)
// Commonjs
var iPanel = require('iPanel')
{
duration: 500,
// Easing functions https://github.com/yields/css-ease
easing: 'cubic-bezier(0.190, 1.000, 0.220, 1.000)',
easingAfterDrag: 'ease-out',
easingAfterSwipe: 'cubic-bezier(0, 1.000, 0.220, 1.000)',
// If touchend - touchstart < 1000 -> swipe, otherwise - drag.
swipeDurationThreshold: 1000,
swipeDistanceThreshold: 5,
// Selector/element for the drag/swipe handle.
handle: '.ipanel-handle',
// Selector/element of main container.
master: null,
// True if master container have to be in hidden state when initialized.
hidden: false,
// Direction for swipe/drag to hide the master container.
hideDirection: 'right',
// Selector/element for the slave container, which is hidden when master
// Is shown.
slave: null,
// Animate slave container when moving/dragging master (ios like).
slaveAnimation: true,
// Max distance to move slave when slaveAnimation is true.
slaveDisposition: 100,
// False when master, slave and other elements have to be found on touch.
// True if they can be found in the main container on init.
dynamic: false,
drag: true,
// When hide/show complete previous animation fast when in progress and start
// the new one immediately.
skipPreviousAnimation: false
}
FAQs
Mobile slide panels.
The npm package ipanel receives a total of 4 weekly downloads. As such, ipanel popularity was classified as not popular.
We found that ipanel 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
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.