orionx-sdk
Advanced tools
Comparing version 1.3.8 to 1.3.9
{ | ||
"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" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19
70921
6
1584
1
+ Addedbabel-runtime@6
+ Addedrequest@^2.88.2
+ Addedbabel-runtime@6.26.0(transitive)
+ Addedcore-js@2.6.12(transitive)
+ Addedregenerator-runtime@0.11.1(transitive)