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

sails-oradb

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

sails-oradb - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

lib/sql.js

4

lib/processor.js

@@ -83,2 +83,6 @@ /**

};
{
"name": "sails-oradb",
"version": "0.0.9",
"version": "0.0.10",
"description": "Oracle Database adapter for Sails.js. ¡Testing, NOT WORKING YET!",

@@ -8,3 +8,3 @@ "main": "lib/adapter.js",

"type": "git",
"url": "https://github.com/segarcialo/sails-oradb.git"
"url": "git+https://github.com/baitic/sails-oradb.git"
},

@@ -17,3 +17,3 @@ "keywords": [

"sails",
"oracledb oracle",
"sails-oracle",
"sailsjs",

@@ -26,7 +26,9 @@ "sails.js"

"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"async": "~1.3.0",
"asynk": "0.0.6",
"lodash": "~3.10.0",
"oracledb": "0.7",
"underscore": "^1.8.3",
"underscore.string": "^3.1.1",
"waterline-cursor": "~0.0.5",

@@ -50,8 +52,28 @@ "waterline-errors": "~0.10.0",

"bugs": {
"url": "https://github.com/segarcialo/sails-oradb/issues"
"url": "https://github.com/baitic/sails-oradb/issues"
},
"_id": "sails-oradb@0.0.9",
"_shasum": "b953a3a39e97de495a1dbe4cb85ed7f084b1b836",
"_shasum": "52618ca79d57155d203c4dee1ed5310aeaa916d1",
"_from": "sails-oradb@*",
"scripts": {}
"scripts": {},
"gitHead": "173481784a5c7466e2b3dc28f4f0ed5a3013fb42",
"homepage": "https://github.com/baitic/sails-oradb#readme",
"_npmVersion": "2.9.1",
"_nodeVersion": "0.10.38",
"_npmUser": {
"name": "segarcialo",
"email": "sgarcia@baitic.com"
},
"dist": {
"shasum": "52618ca79d57155d203c4dee1ed5310aeaa916d1",
"tarball": "http://registry.npmjs.org/sails-oradb/-/sails-oradb-0.0.9.tgz"
},
"maintainers": [
{
"name": "segarcialo",
"email": "sgarcia@baitic.com"
}
],
"directories": {},
"_resolved": "https://registry.npmjs.org/sails-oradb/-/sails-oradb-0.0.9.tgz"
}

12

README.md

@@ -9,3 +9,3 @@ ![image_squidhome@2x.png](http://i.imgur.com/RIvu9.png)

Adapter is not finished yet. It only has implemented a few functionalities for testing purposes.
The Adapter is not finished yet. It only has implemented a few functionalities for testing purposes.

@@ -16,6 +16,13 @@ Things that you can do NOW:

- Do find request.
- Populate find request (Joins).
- Create, modify and delete automatically DB tables (Alter mode).
Notice:
- The automatic addition of new collumns for existing tables is not working properly yet.
- Autoincrement for a primary key is not implemented automatically when a table is created. You must do it manually for the moment.
ToDo List:
- Populate find request.
- Insert request.

@@ -25,3 +32,2 @@ - Update request.

- Count request.
- Create and modify automatically DB tables.
- More.

@@ -28,0 +34,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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