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

@fxjs/knex

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fxjs/knex - npm Package Compare versions

Comparing version 0.3.2 to 0.4.0

deps/tarn/dist/PendingOperation.d.ts

0

lib/knex.js
const sandbox_1 = require("./sandbox");
const Sandbox = new sandbox_1.default();
module.exports = Sandbox.require('knex', __dirname);

2

lib/sandbox.js

@@ -18,3 +18,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

const [mods = {}, __require = function () { }, __global = undefined] = Array.prototype.slice.apply(arguments);
super(Object.assign(Object.assign({}, mods), { 'fs': require('fs'), 'path': require('path'), 'os': require('os'), 'url': require('url'), 'tty': require('tty'), 'util': require('util'), 'events': require('events'), 'assert': require('assert'), 'crypto': require('crypto') }), __require, __global);
super(Object.assign(Object.assign({}, mods), { 'fs': require('fs'), 'path': require('path'), 'os': require('os'), 'url': require('url'), 'tty': require('tty'), 'util': require('util'), 'events': require('events'), 'assert': require('assert'), 'crypto': require('crypto'), 'timers': require('timers'), 'tarn': require('../deps/tarn/dist/tarn') }), __require, __global);
patchMods.call(this);

@@ -21,0 +21,0 @@ }

{
"name": "@fxjs/knex",
"version": "0.3.2",
"version": "0.4.0",
"private": false,

@@ -22,2 +22,3 @@ "description": "",

"files": [
"deps",
"lib",

@@ -28,6 +29,5 @@ "typings"

"@fibjs/types": "^0.34.1",
"@types/knex": "^0.16.1",
"fib-pool": "^1.6.0",
"fib-typify": "^0.8.3",
"knex": "^0.19.5",
"fib-typify": "^0.10.0",
"knex": "^2.3.0",
"rimraf": "^3.0.2"

@@ -38,3 +38,3 @@ },

},
"gitHead": "28890cdc3b654a23007753e82704becde76d31eb"
"gitHead": "ec15a409369c2b4c7c88ef6cbf63cc5ebff0ffed"
}

@@ -0,0 +0,0 @@ ## @fxjs/knex

declare const _default: any;
export = _default;

@@ -0,0 +0,0 @@ // This empty interface serves as a placeholder which userland code can augment to

@@ -0,0 +0,0 @@ import vm = require('vm');

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