Socket
Socket
Sign inDemoInstall

@chialab/backbone

Package Overview
Dependencies
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chialab/backbone

Models, Collections and Form helpers for JS apps.


Version published
Weekly downloads
1
decreased by-95.45%
Maintainers
2
Weekly downloads
 
Created
Source

Backbone • Models, Collections and Form helpers for JS apps.

NPM

Although it shares the same purpose, this repository has nothing to do with the more famous BackboneJS library.


Get the 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';

Development

Build status codecov

Build the project

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.

Test the project

Run the test script:

$ yarn test

Release

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

License

Backbone is released under the MIT license.

FAQs

Package last updated on 19 Jan 2022

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc