Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

camfou-modinha

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camfou-modinha - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

35

package.json
{
"name": "camfou-modinha",
"description": "Modinha is a toolkit for creating persisted models in Nodejs.",
"version": "0.2.0",
"description": "Modinha is a toolkit for creating persisted models in Nodejs. (camfou fork)",
"version": "0.2.1",
"repository": {

@@ -12,26 +12,25 @@ "type": "git",

"lint": "eslint . && echo Code looks good!",
"test-watch": "mocha test --watch"
"test-watch": "mocha test --watch",
"cover": "istanbul cover _mocha",
"coveralls": "npm run cover -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
},
"main": "./lib/Modinha.js",
"license": "MIT",
"engines": {
"node": ">=10"
},
"devDependencies": {
"chai": "^4.2.0",
"coffee-script": "^1.12.7",
"eslint": "^6.0.1",
"eslint-config-standard": "^13.0.0",
"eslint-plugin-import": "^2.18.0",
"eslint-plugin-node": "^9.1.0",
"coffeescript": "^2.4.1",
"eslint": "^6.7.2",
"eslint-config-standard": "^14.1.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"grunt": "^1.0.4",
"grunt-release": "^0.14.0",
"mocha": "^3.5.0",
"sinon": "^2.1.0",
"sinon-chai": "^2.12.0"
"eslint-plugin-standard": "^4.0.1",
"mocha": "^6.2.2",
"sinon": "^7.5.0",
"sinon-chai": "^3.3.0"
},
"dependencies": {
"clone": "^2.1.2",
"coveralls": "^3.0.9",
"istanbul": "^0.4.5",
"lx-valid": "^1.2.4",

@@ -41,4 +40,4 @@ "object-assign": "^4.1.1",

"underscore-deep-extend": "1.1.5",
"uuid": "^3.3.2"
"uuid": "^3.3.3"
}
}
# Modinha
[![Build Status](https://travis-ci.org/camfou/modinha.svg?branch=master)](https://travis-ci.org/camfou/modinha)
[![Build Status](https://travis-ci.org/camfou/modinha.svg?branch=master)] ![License](https://img.shields.io/github/license/camfou/modinha.svg) ![npm](https://img.shields.io/david/camfou/modinha.svg?style=flat) ![Coverage Status](https://coveralls.io/repos/github/camfou/modinha/badge.svg?branch=master)

@@ -24,3 +24,3 @@ Modinha is a toolkit for creating persisted models. This is for programmers who like to work from the bottom up, building up persistence code from low level drivers, such as node_redis. Modinha provides:

```bash
$ npm install modinha
$ npm install camfou-modinha
```

@@ -32,3 +32,3 @@

```javascript
var Modinha = require('modinha');
var Modinha = require('camfou-modinha');
```

@@ -35,0 +35,0 @@

Sorry, the diff of this file is not supported yet

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