library.min.js
Advanced tools
Comparing version 10.3.17 to 10.3.18
{ | ||
"name": "library.min.js", | ||
"version": "10.3.17", | ||
"version": "10.3.18", | ||
"description": "JScript Library", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -94,2 +94,5 @@ const $$$ = {adapter: "my-sql", db: require ("mysql2")} | ||
Object.define (Function.db.adapter [$$$.adapter], "param", function () { return {data: {}, where: [], sort: [], limit: []} }); | ||
Object.define (Function.db.adapter [$$$.adapter], "parameter", function (input) { if (typeof input === "object") return input; else return Function.db.adapter [$$$.adapter].param (); }); | ||
Object.define (Function.db.adapter [$$$.adapter].query, "collection", function () {}); | ||
@@ -96,0 +99,0 @@ Object.define (Function.db.adapter [$$$.adapter].query.collection, "prefix", "table_"); |
@@ -24,3 +24,2 @@ require ("./system/string"); | ||
require ("./plugin/web"); | ||
require ("./plugin/express"); | ||
@@ -27,0 +26,0 @@ module.exports = exports = { |
const $$$ = {web: {socket: require ("socket.io-client")}} | ||
Object.define (Function.web.socket.io, "server", require ("socket.io")); | ||
Object.define (Function.web.socket.io, "client", $$$.web.socket.io, {configurable: true, enumerable: true, writable: true}); |
Sorry, the diff of this file is too big to display
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
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
135619
2332