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

@fxjs/orm

Package Overview
Dependencies
Maintainers
2
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fxjs/orm - npm Package Compare versions

Comparing version 1.6.7 to 1.6.8

9

History.md
v1.6.7 / 2018-12-02
v1.6.8 / 2018-12-03
==================
* add module 'tty' module to entry sandbox.
* add TODO.md
v1.6.7 / 2018-12-02
===================
* Release v1.6.7
* typo fix.

@@ -6,0 +13,0 @@

6

lib/index.js

@@ -1,7 +0,9 @@

const vm = require("vm");
const patch = require("./patch");
const sbox = new vm.SandBox({
const fibTypify = require("fib-typify");
const sbox = fibTypify.generateLoaderbox();
sbox.add({
util: require('util'),
events: require('events'),
url: require('url'),
tty: require('tty'),
sqlite3: require('./modules/sqlite3'),

@@ -8,0 +10,0 @@ mysql: require('./modules/mysql'),

{
"name": "@fxjs/orm",
"version": "1.6.7",
"version": "1.6.8",
"description": "Object Relational Mapping for fibjs",

@@ -5,0 +5,0 @@ "main": "lib",

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