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

bella

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bella - npm Package Compare versions

Comparing version 0.3.0 to 0.4.0

lib/generator.js

4

lib/bella.js

@@ -15,3 +15,3 @@ /*

var nina = require('nina');
var generator = require('./generator.js');
var users = [];

@@ -111,3 +111,3 @@

//Make a new access_token with this data
var access_token = nina.generate(null, domain, ip, 19092013);
var access_token = generator.generate(null, domain, ip, 19092013);
//Create new User with this data

@@ -114,0 +114,0 @@ var user = new this.Model({

{
"name": "bella",
"description": "An API Authentication for node.js",
"version": "0.3.0",
"version": "0.4.0",
"homepage": "https://github.com/chrisenytc/bella",

@@ -32,3 +32,4 @@ "author": {

"dependencies": {
"nina": "~0.1.1"
"livia-algorithm": "~0.1.2",
"underscore": "~1.6.0"
},

@@ -35,0 +36,0 @@ "devDependencies": {

@@ -19,3 +19,3 @@ # Bella [![Build Status](https://secure.travis-ci.org/chrisenytc/bella.png?branch=master)](https://travis-ci.org/chrisenytc/bella) [![Dependency Status](https://gemnasium.com/chrisenytc/bella.png)](https://gemnasium.com/chrisenytc/bella) [![NPM version](https://badge-me.herokuapp.com/api/npm/bella.png)](http://badges.enytc.com/for/npm/bella) [![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/chrisenytc/bella/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

#### .init(mongoose, conn)
#### .init(mongoose, conn, usersList)

@@ -22,0 +22,0 @@ **Parameter**: `mongoose`

{
"name": "Bella API",
"description": "Bella API: An API Authentication for node.js",
"version": "0.3.0",
"version": "0.4.0",
"url": "https://github.com/chrisenytc/bella",

@@ -6,0 +6,0 @@ "options": {

Sorry, the diff of this file is not supported yet

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