New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

bellajs

Package Overview
Dependencies
Maintainers
1
Versions
147
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bellajs - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

4

package.json
{
"version": "5.0.0",
"version": "5.0.1",
"name": "bellajs",

@@ -39,4 +39,2 @@ "description": "A useful helper for any javascript program",

"templating",
"dom",
"event",
"datetime",

@@ -43,0 +41,0 @@ "scheduler",

bella.js
========
BellaJS is a lightweight library with the useful functions for handling string, array/object, datetime, schedule, template and dom/event better and easier. It supports both Node.js and browser environments.
BellaJS is a lightweight library with several helpful utils. It supports both Node.js and browser environments.

@@ -26,7 +26,10 @@ [![NPM](https://badge.fury.io/js/bellajs.svg)](https://badge.fury.io/js/bellajs) ![Travis](https://travis-ci.org/ndaidong/bella.js.svg?branch=master)

#### v5.0.0 - Apr 18, 2016
- Build with Google Closure compiler
#### v5.0.1 - Apr 18, 2016
- Refactor scheduler's features
- Rewrite in ES6 syntax
- Remove browser side features
- Remove 3 methods "trace", "enableTrace" and "disableTrace"
- Add 6 methods "first", "last", "getIndex", "getLastIndex", "debounce" and "throttle"
- Build with Google Closure compiler
- Switch to Tape, Sinon instead of Mocha/Chai

@@ -227,4 +230,9 @@ #### v4.1.5 - Mar 18, 2016

- Bella.unique(Array a)
- Bella.first(Array a)
- Bella.last(Array a)
- Bella.getIndex(String|Object element, Array a)
- Bella.getLastIndex(String|Object element, Array a)
- Bella.debounce(Function fn, Number delay, Boolean immediate)
- Bella.throttle(Function fn, Boolean wait)
How to use Bella.sort?

@@ -231,0 +239,0 @@

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