Comparing version 0.0.7 to 0.0.8
14
index.js
require('coffee-script'); | ||
var Client = require('./lib/Client'); | ||
module.exports = function(options){ | ||
return new Client(options); | ||
}; | ||
module.exports.Client = Client; | ||
module.exports.Records = require('./lib/Records'); | ||
module.exports.Schema = require('./lib/Schema'); | ||
module.exports = require('./lib/ron'); |
{ | ||
"name": "ron", | ||
"description": "Redis ORM for NodeJs.", | ||
"keywords": ["redis", "orm", "database", "nosql"], | ||
"version": "0.0.7", | ||
"homepage": "http://www.adaltas.com/projects/node-ron", | ||
"author": "David Worms <david@adaltas.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wdavidw/node-ron" | ||
}, | ||
"bugs": { | ||
"email": "open@adaltas.com", | ||
"url": "http://github.com/wdavidw/node-ron/issues" | ||
}, | ||
"dependencies": { | ||
"coffee-script": "latest", | ||
"redis": "latest" | ||
}, | ||
"devDependencies": { | ||
"each": "latest", | ||
"mecano": "latest", | ||
"mocha": "latest", | ||
"should": "latest" | ||
}, | ||
"contributors": [ | ||
{ "name": "David Worms", "email": "david@adaltas.com" } | ||
], | ||
"main": "index", | ||
"engines": { "node": ">= 0.4.0" }, | ||
"scripts": { | ||
"test": "make test" | ||
} | ||
"name": "ron", | ||
"version": "0.0.8", | ||
"description": "Redis ORM for NodeJs.", | ||
"keywords": ["redis", "orm", "database", "nosql"], | ||
"homepage": "http://www.adaltas.com/projects/node-ron", | ||
"author": "David Worms <david@adaltas.com>", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/wdavidw/node-ron" | ||
}, | ||
"bugs": { | ||
"email": "open@adaltas.com", | ||
"url": "http://github.com/wdavidw/node-ron/issues" | ||
}, | ||
"dependencies": { | ||
"redis": "latest" | ||
}, | ||
"devDependencies": { | ||
"coffee-script": "latest", | ||
"each": "latest", | ||
"mecano": "latest", | ||
"mocha": "latest", | ||
"should": "latest" | ||
}, | ||
"contributors": [ | ||
{ "name": "David Worms", "email": "david@adaltas.com" } | ||
], | ||
"main": "index", | ||
"engines": { "node": ">= 0.4.0" }, | ||
"scripts": { | ||
"test": "make test" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Non-existent author
Supply chain riskThe package was published by an npm account that no longer exists.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
398426
1
40
1586
5
1
1
- Removedcoffee-script@latest
- Removedcoffee-script@1.12.7(transitive)