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.
@chialab/backbone
Advanced tools
Backbone • Models, Collections and Form helpers for JS apps.
Although it shares the same purpose, this repository has nothing to do with the more famous BackboneJS library.
Usage via unpkg.com as ES6 module:
import { ... } from 'https://unpkg.com/@chialab/backbone?module';
Install via NPM:
$ npm i @chialab/backbone
$ yarn add @chialab/backbone
import { ... } from '@chialab/backbone';
Install the dependencies and run the build
script:
$ yarn install
$ yarn build
This will generate the ESM bundles in the dist
folder, as well as the declaration files.
Run the test
script:
$ yarn test
The release
script uses Semantic Release to update package version, create a Github release and publish to the NPM registry.
An environment variable named GH_TOKEN
with a generated Github Access Token needs to be defined in a local .env
file.
$ echo 'export GH_TOKEN="abcxyz"' > .env
Now you are ready to run the release
command:
$ yarn release
Backbone is released under the MIT license.
FAQs
Models, Collections and Form helpers for JS apps.
The npm package @chialab/backbone receives a total of 1 weekly downloads. As such, @chialab/backbone popularity was classified as not popular.
We found that @chialab/backbone 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.
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.