Security News
RubyGems.org Adds New Maintainer Role
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
elvis-backbone
Advanced tools
Elvis is a JavaScript library for creating and building DOM elements programmatically. It does this using native, cross-browser APIs (createElement
et al). Elvis works like a template library, except without having to compile templates from strings. DOM generating code must also be valid JavaScript, and it really shines when used with a transpiled language like CoffeeScript. It is inspired by template languages like Jade and HAML.
var el = elvis;
el(document.body, [
el('nav', el('ul', [
el('li', el('a(href="/")', 'Home')),
el('li', el('a(href="/news")', 'News')),
...
])),
el('#contents', [
el('span.my-class', 'Hello, World!')
])
]);
number
and boolean
types equal to string
style
attributes directly and with bindings.bindTo
to Backbone Views.get
and .set
for the transform
registration methodsvalue
attributeel.on
Release notes
package.json
and bower.json
version numbers (also in elvis/ + elvis-backbone/)npm run-script build
to update all distribution sourcesgit tag -a <tag>
with the appropriate version numbernpm publish
in both elvis/ + elvis-backbone/FAQs
Backbone integration with Elvis
The npm package elvis-backbone receives a total of 0 weekly downloads. As such, elvis-backbone popularity was classified as not popular.
We found that elvis-backbone 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
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.
Security News
Node.js will be enforcing stricter semver-major PR policies a month before major releases to enhance stability and ensure reliable release candidates.
Security News
Research
Socket's threat research team has detected five malicious npm packages targeting Roblox developers, deploying malware to steal credentials and personal data.