Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

orionx-sdk

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

orionx-sdk - npm Package Compare versions

Comparing version 1.3.8 to 1.3.9

46

.eslintrc.json
{
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
"indent": [
"error",
"tab"
],
"linebreak-style": [
"error",
"unix"
],
"quotes": [
"error",
"single"
],
"semi": [
"error",
"never"
]
}
}
"env": {
"browser": true,
"commonjs": true,
"es6": true
},
"extends": "eslint:recommended",
"parserOptions": {
"ecmaVersion": 2018,
"sourceType": "module"
},
"rules": {
"indent": ["error", "spaces"],
"linebreak-style": ["error", "unix"],
"quotes": ["error", "single"],
"semi": ["error", "never"]
}
}
{
"name": "orionx-sdk",
"version": "1.3.8",
"version": "1.3.9",
"description": "Help developers with Orionx integrations",

@@ -53,3 +53,2 @@ "main": "build/index.js",

"eslint-plugin-standard": "^3.1.0",
"jest": "^23.6.0",
"tap-nyan": "^1.1.0",

@@ -59,7 +58,9 @@ "watch": "^1.0.2"

"dependencies": {
"babel-runtime": "6",
"graphql": "^14.0.2",
"graphql-tag": "^2.9.2",
"jssha": "^2.3.1",
"request": "^2.88.2",
"request-promise": "^4.2.2"
}
}
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