Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Tether wrapper for Angular, so you can use it in directives declaratively. Tether is included
Not to be mistaken for a very cool project called angular-tether
that is in the process of implementing Tether in angular.
bower install jl-tether
or npm install jl-tether
<div jl-tether jl-tether-options="{
target: '.target',
attachment: 'top left',
targetAttachment: 'top right'
}"></div>
or
<div jl-tether
jl-tether-target=".target"
jl-tether-attachment="top left"
jl-tether-target-attachment="top right"></div>
You can grab a reference to the Tether object if you want by passing a string into jl-tether
.
<div jl-tether="ngTetherReference"
jl-tether-target=".target"
jl-tether-attachment="top left"
jl-tether-target-attachment="top right"></div>
ngTetherReference
will now be in $scope
. You can do things like
<div jl-click="ngTetherReference.destroy()">kind of a button</div>
To destroy it.
You can see the Tether docs for a full list of options and api functions.
npm run deps
to get the dependencies
npm run dist
to build
npm run watch
to continuously build
FAQs
Tether wrapper for Angular, so you can use it in directives declaratively
We found that jl-tether 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.