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 3.7.3 to 3.7.4

15

package.json
{
"version": "3.7.3",
"version": "3.7.4",
"name": "bellajs",

@@ -8,3 +8,3 @@ "description": "A useful helper for any javascript program",

"type": "git",
"url": "https://github.com/techpush/bella.js"
"url": "git@github.com:ndaidong/bella.js.git"
},

@@ -16,2 +16,11 @@ "author": "Dong Nguyen <ndaidong@gmail.com> (https://twitter.com/ndaidong)",

},
"scripts": {
"test": "mocha test"
},
"devDependencies": {
"babel": "latest",
"bellajs": "latest",
"mocha": "latest",
"chai": "latest"
},
"license": "MIT",

@@ -22,3 +31,3 @@ "maintainers": [

"bugs": {
"url": "https://github.com/techpush/bella.js/issues"
"url": "https://github.com/ndaidong/bella.js/issues"
},

@@ -25,0 +34,0 @@ "directories": {

7

README.md

@@ -188,3 +188,2 @@ bella.js

This method has an old name "Bella.make", will be removed in future;

@@ -301,4 +300,4 @@ ### Array & Object

// format it as YYYY/MM/DD hh:ii:ss
var f = Bella.date.format('Y/m/d H:i:s', t);
// format it as 2015/09/25 09:44:51
var f = Bella.date.format('Y/m/d h:i:s', t);
console.log(f);

@@ -335,3 +334,3 @@

**1, A string in the format of 'Y m d H i s'.**
**1, A string in the format of 'Y m d h i s'.**

@@ -338,0 +337,0 @@ For example:

@@ -356,3 +356,2 @@ /**

}
Bella.make = Bella.compile;

@@ -359,0 +358,0 @@ /** https://github.com/jbt/js-crypto */

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