Socket
Socket
Sign inDemoInstall

@orion-js/helpers

Package Overview
Dependencies
Maintainers
2
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@orion-js/helpers - npm Package Compare versions

Comparing version 3.0.0-alpha.9 to 3.0.0-alpha.11

lib/Errors/OrionError.d.ts

6

lib/index.d.ts

@@ -5,2 +5,6 @@ import sleep from './sleep';

import createMap from './createMap';
export { createMap, generateId, hashObject, sleep };
import { OrionError, OrionErrorInformation } from './Errors/OrionError';
import PermissionsError from './Errors/PermissionsError';
import UserError from './Errors/UserError';
import createMapArray from './createMapArray';
export { createMap, createMapArray, generateId, hashObject, sleep, OrionError, PermissionsError, UserError, OrionErrorInformation };

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.sleep = exports.hashObject = exports.generateId = exports.createMap = void 0;
exports.UserError = exports.PermissionsError = exports.OrionError = exports.sleep = exports.hashObject = exports.generateId = exports.createMapArray = exports.createMap = void 0;
const sleep_1 = __importDefault(require("./sleep"));

@@ -16,1 +16,9 @@ exports.sleep = sleep_1.default;

exports.createMap = createMap_1.default;
const OrionError_1 = require("./Errors/OrionError");
Object.defineProperty(exports, "OrionError", { enumerable: true, get: function () { return OrionError_1.OrionError; } });
const PermissionsError_1 = __importDefault(require("./Errors/PermissionsError"));
exports.PermissionsError = PermissionsError_1.default;
const UserError_1 = __importDefault(require("./Errors/UserError"));
exports.UserError = UserError_1.default;
const createMapArray_1 = __importDefault(require("./createMapArray"));
exports.createMapArray = createMapArray_1.default;

10

package.json
{
"name": "@orion-js/helpers",
"version": "3.0.0-alpha.9",
"version": "3.0.0-alpha.11",
"main": "lib/index.js",

@@ -10,4 +10,5 @@ "author": "nicolaslopezj",

"prepare": "yarn run build",
"build": "tsc",
"watch": "tsc -w"
"clean": "rm -rf ./lib",
"build": "yarn run clean && tsc",
"watch": "yarn run clean && tsc -w"
},

@@ -18,2 +19,3 @@ "dependencies": {

"devDependencies": {
"@shelf/jest-mongodb": "^2.1.0",
"@types/jest": "^27.0.2",

@@ -25,3 +27,3 @@ "typescript": "^4.4.4"

},
"gitHead": "33761827112df20d8b86097448d9a1e23f020e3b"
"gitHead": "7f7fb73a75f6f233c7a868ae0dda870fb70fe7c3"
}
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