Socket
Socket
Sign inDemoInstall

level-ts

Package Overview
Dependencies
48
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.5 to 2.0.6

15

dist/App.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !exports.hasOwnProperty(p)) __createBinding(exports, m, p);
};
function __export(m) {
for (var p in m) if (!exports.hasOwnProperty(p)) exports[p] = m[p];
}
var __importDefault = (this && this.__importDefault) || function (mod) {

@@ -17,4 +10,4 @@ return (mod && mod.__esModule) ? mod : { "default": mod };

const Level_1 = __importDefault(require("./Level"));
__exportStar(require("./LevelGraph"), exports);
__export(require("./LevelGraph"));
exports.default = Level_1.default;
//# sourceMappingURL=App.js.map

@@ -24,3 +24,3 @@ interface IChainObject<DefaultType> {

exists(key: string): Promise<boolean>;
get chain(): IChainObject<DefaultType>;
readonly chain: IChainObject<DefaultType>;
get(key: string): Promise<DefaultType>;

@@ -27,0 +27,0 @@ put(key: string, value: DefaultType): Promise<DefaultType>;

import { WalkVariable } from './Walking';
import { TripleInput, IChainObject, ITriple, IGetTriple, ILevelGraphImplementation, IStroll } from './LevelGraphTyping';
export declare class LevelGraph<StaticPredicates extends TripleInput = string> implements ILevelGraphImplementation<StaticPredicates> {
get chain(): IChainObject<StaticPredicates>;
readonly chain: IChainObject<StaticPredicates>;
static rootFolder: string;

@@ -6,0 +6,0 @@ static setRoot(path: string): void;

"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
return result;
};
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.LevelGraph = void 0;
// tslint:disable: jsdoc-format forin

@@ -27,0 +14,0 @@ const path_1 = require("path");

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.WalkVariable = void 0;
/**

@@ -5,0 +4,0 @@ * A class to detirmine which key within a Stroll query should be populated by the previous result.

{
"version": "2.0.5",
"version": "2.0.6",
"main": "./dist/App.js",
"types": "./dist/App.d.ts",
"dependencies": {
"@types/jest": "^24.0.16",
"jest": "^24.8.0",
"level": "^5.0.1",
"levelgraph": "^2.1.1",
"ts-jest": "^24.0.2"
"levelgraph": "^2.1.1"
},
"devDependencies": {
"@types/benchmark": "^1.0.31",
"@types/jest": "^24.0.16",
"@types/node": "^11.13.7",

@@ -18,5 +16,7 @@ "benchmark": "^2.1.4",

"cz-emoji": "^1.1.2",
"jest": "^24.8.0",
"jest-junit": "^7.0.0",
"microtime": "^3.0.0",
"nodemon": "^1.19.1",
"ts-jest": "^24.0.2",
"ts-node": "^8.3.0",

@@ -23,0 +23,0 @@ "tslint": "^5.16.0",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc