
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
angular-ui-scrollpoint
Advanced tools
Provides an easy way to toggle a checkbox input's special 'scrollpoint' property. This is a visual toggle only and in no way affects the model or value outside of native browser behavior at this time.
Provides an easy way to toggle a checkbox input's special 'scrollpoint' property. This is a visual toggle only and in no way affects the model or value outside of native browser behavior at this time.
You can get it from Bower
bower install angular-ui-scrollpoint
Load the script files in your application:
<script type="text/javascript" src="bower_components/angular/angular.js"></script>
<script type="text/javascript" src="bower_components/angular-ui-scrollpoint/ui-scrollpoint.js"></script>
Add the specific module to your dependencies:
angular.module('myApp', ['ui.scrollpoint', ...])
We use Karma and jshint to ensure the quality of the code. The easiest way to run these checks is to use grunt:
npm install -g gulp-cli
npm install && bower install
gulp
The karma task will try to open Firefox and Chrome as browser in which to run the tests. Make sure this is available or change the configuration in karma.conf.js
gulp watch
will automatically test your code and build a release whenever source files change.
Use npm to update version and create a tag, then push to GitHub:
gulp && git commit . # if necessary, build everything and commit latest changes
npm version [major | minor | patch] # let npm update package.json and create a tag
git push --tags origin master # push everything to GitHub
Travis will take care of testing and publishing to npm's registry (bower will pick up the change automatically). Finally create a release on GitHub from the tag created by Travis.
FAQs
Add a 'ui-scrollpoint' class to elements when the page scrolls past them.
The npm package angular-ui-scrollpoint receives a total of 810 weekly downloads. As such, angular-ui-scrollpoint popularity was classified as not popular.
We found that angular-ui-scrollpoint demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 2 open source maintainers 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.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.