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

database-js

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

database-js - npm Package Compare versions

Comparing version 1.0.6 to 2.0.0

20

package.json

@@ -1,1 +0,19 @@

{ "name": "database-js", "version": "1.0.6", "author": { "name": "Daryl Eisner", "email": "deisner@ucsd.edu", "url": "https://github.com/ucsdmath" }, "maintainers": [ { "name": "Daryl Eisner", "email": "deisner@ucsd.edu" } ], "description": "A simple Database Management Component used by the UCSDMath Framework.", "keywords": [ "database", "ucsdmath", "component" ], "repository": { "type": "git", "url": "git+https://github.com/ucsdmath/database-js.git" }, "homepage": "https://github.com/ucsdmath/database-js#readme", "main": "src/database.js", "scripts": {}, "dependencies": {}, "devDependencies": {}, "directories": {}, "license": "MIT" }
{
"name": "database-js",
"version": "2.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/npm/deprecate-holder.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/deprecate-holder/issues"
},
"homepage": "https://github.com/npm/deprecate-holder#readme"
}

79

README.md

@@ -1,78 +0,5 @@

# database-js
# Deprecated Package
<table border="0">
<tr>
<td width="310"><img height="160" width="310"alt="UCSDMath - Mathlink" src="https://raw.githubusercontent.com/ucsdmath/Testing/master/ucsdmath-logo.png"></td>
<td><h3>A Development Project in PHP/JavaScript</h3><p><strong>UCSDMath</strong> provides a testing framework for general internal Intranet software applications for the UCSD, Department of Mathematics. This is used for development and testing only. [not for production]</p>
<table width="550">
<tr>
<td width="120"><b>Travis CI</b></td>
<td width="180"><b>Codacy CI</b></td>
<td width="180"><b>Other</b></td>
</tr>
<tr>
<td width="120" align="center">
<a href="https://travis-ci.org/ucsdmath/database-js"><img src="https://travis-ci.org/ucsdmath/database-js.svg?branch=master" style="float: left; margin: 0px 0px 10px 10px;"></a>
<td width="180" align="center">
<a href="https://www.codacy.com/app/database-js"><img src="https://api.codacy.com/project/badge/Grade/06411739513146c6a60c1a558cc50175"></a>
</td>
<td width="180" align="center">
<a href="https://scrutinizer-ci.com/g/ucsdmath/database-js/?branch=master"><img src="https://img.shields.io/scrutinizer/g/ucsdmath/database-js.svg"></a><br>
<a href="https://www.npmjs.com/package/database-js"><img src="https://badge.fury.io/js/database-js.svg"></a>
</td>
</tr>
</table></td></tr></table>
<table width="890"><tr>
<td width="127" align="center"><b>Scrutinizer</b></td>
<td width="140" align="center"><b>Latest</b></td>
<td width="146" align="center"><b>Climate CI</b></td>
<td width="146" align="center"><b>Rating</b></td>
<td width="200" align="center"><b>Dependencies</b></td>
<td width="129" align="center"><b>License</b></td>
</tr>
<tr>
<td valign="top" width="127" align="center">
<a href="https://scrutinizer-ci.com/g/ucsdmath/database-js/build-status/master"><img src="https://scrutinizer-ci.com/g/ucsdmath/database-js/badges/build.png?b=master"></a></td>
<td valign="top" width="140" align="center">
<a href="https://github.com/ucsdmath/database-js/releases"><img src="https://img.shields.io/github/release/ucsdmath/database-js.svg"></a>
</td>
<td valign="top" width="146" align="center">
<a href="https://codeclimate.com/github/ucsdmath/database-js"><img src="https://codeclimate.com/github/ucsdmath/database-js/badges/gpa.svg"></a></td>
<td valign="top" width="146" align="center">
<a href="https://scrutinizer-ci.com/g/ucsdmath/database-js/?branch=master"><img src="https://scrutinizer-ci.com/g/ucsdmath/database-js/badges/quality-score.png?b=master"></a></td>
<td valign="top" width="200" align="center">
<a href="https://david-dm.org/ucsdmath/database-js"><img src="https://david-dm.org/ucsdmath/database-js.svg"></a><br>
<a href="https://david-dm.org/ucsdmath/database-js?type=dev" title="devDependencies status"><img src="https://david-dm.org/ucsdmath/database-js/dev-status.svg"></a></td>
<td valign="top" width="129" align="center">
<a href="https://github.com/ucsdmath/database-js/blob/HEAD/LICENSE"><img src="https://poser.pugx.org/ucsdmath/testing/license"></a></td>
</tr></table>
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
`database-js` is a JavaScript development library for testing projects. Not currently used in production.
Add the package directly with node package manager (npm):
```bash
$ npm install database-js
```
Or go to the npm website directly:
- https://www.npmjs.com/package/database-js
## Documentation
No documentation site available at this time.
## Security
If you discover any security related issues, please email deisner@ucsd.edu instead of using the issue tracker.
## Credits
- [Daryl Eisner](https://github.com/UCSDMath)
## License
The MIT License (MIT). Please see [License File](LICENSE) for more information.
Please contact support@npmjs.com if you have questions about this package.
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