New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More →

@steemit/steem-js

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@steemit/steem-js - npm Package Compare versions

Comparing version

to
0.6.7

@@ -11,10 +11,6 @@ 'use strict';

var _fetchPonyfill2 = require('fetch-ponyfill');
var _crossFetch = require('cross-fetch');
var _fetchPonyfill3 = _interopRequireDefault(_fetchPonyfill2);
var _crossFetch2 = _interopRequireDefault(_crossFetch);
var _bluebird = require('bluebird');
var _bluebird2 = _interopRequireDefault(_bluebird);
var _debug = require('debug');

@@ -36,5 +32,2 @@

var _fetchPonyfill = (0, _fetchPonyfill3.default)(_bluebird2.default),
fetch = _fetchPonyfill.fetch;
var debug = (0, _debug2.default)('steem:http');

@@ -65,3 +58,3 @@

var payload = { id: id, jsonrpc: '2.0', method: method, params: params };
return fetch(uri, {
return (0, _crossFetch2.default)(uri, {
body: JSON.stringify(payload),

@@ -68,0 +61,0 @@ method: 'post',

{
"name": "@steemit/steem-js",
"version": "0.6.6",
"version": "0.6.7",
"description": "Steem.js the JavaScript API for Steem blockchain",

@@ -45,6 +45,6 @@ "main": "lib/index.js",

"cross-env": "^5.0.0",
"cross-fetch": "^1.1.1",
"debug": "^2.6.8",
"detect-node": "^2.0.3",
"ecurve": "^1.0.5",
"fetch-ponyfill": "^4.1.0",
"lodash": "^4.16.4",

@@ -51,0 +51,0 @@ "postinstall-build": "^5.0.1",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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 too big to display

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