Socket
Socket
Sign inDemoInstall

@orion-js/helpers

Package Overview
Dependencies
Maintainers
3
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.5.0 to 3.5.3

lib/retries.d.ts

1

lib/index.d.ts

@@ -10,2 +10,3 @@ import sleep from './sleep';

export * from './composeMiddlewares';
export * from './retries';
export { createMap, createMapArray, generateId, hashObject, sleep, OrionError, PermissionsError, UserError, OrionErrorInformation };

@@ -34,1 +34,2 @@ "use strict";

__exportStar(require("./composeMiddlewares"), exports);
__exportStar(require("./retries"), exports);

8

package.json
{
"name": "@orion-js/helpers",
"version": "3.5.0",
"version": "3.5.3",
"main": "lib/index.js",

@@ -8,3 +8,3 @@ "author": "nicolaslopezj",

"scripts": {
"test": "exit 0",
"test": "jest",
"prepare": "yarn run build",

@@ -22,2 +22,4 @@ "clean": "rm -rf ./lib",

"@types/jest": "^27.0.2",
"jest": "^29.5.0",
"ts-jest": "^29.0.5",
"typescript": "^4.4.4"

@@ -28,3 +30,3 @@ },

},
"gitHead": "6fc8b0e40fad04d7ff84cf0849cbf260a66b6641"
"gitHead": "34430096bb765afdc07b6f3c079915d424491b9c"
}

Sorry, the diff of this file is not supported yet

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