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

library.min.js

Package Overview
Dependencies
Maintainers
1
Versions
98
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

library.min.js - npm Package Compare versions

Comparing version 10.3.17 to 10.3.18

2

package.json
{
"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

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