@symbolic/lib
Advanced tools
Comparing version 1.0.30 to 1.0.31
@@ -10,2 +10,4 @@ 'use strict'; | ||
var fetch = require('node-fetch'); | ||
var api = { | ||
@@ -12,0 +14,0 @@ async request({uri, body={}}, {token, shouldAlert=true}={}) { |
{ | ||
"name": "@symbolic/lib", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"description": "plain js utilities", | ||
@@ -15,5 +15,5 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"axios": "^0.19.0", | ||
"js-cookie": "^2.2.1", | ||
"lodash": "^4.17.15" | ||
"lodash": "^4.17.15", | ||
"node-fetch": "^2.6.0" | ||
}, | ||
@@ -20,0 +20,0 @@ "devDependencies": { |
import _ from 'lodash'; | ||
import Cookies from 'js-cookie'; | ||
var fetch = require('node-fetch'); | ||
var api = { | ||
@@ -5,0 +7,0 @@ async request({uri, body={}}, {token, shouldAlert=true}={}) { |
16915
475
+ Addednode-fetch@^2.6.0
+ Addednode-fetch@2.7.0(transitive)
+ Addedtr46@0.0.3(transitive)
+ Addedwebidl-conversions@3.0.1(transitive)
+ Addedwhatwg-url@5.0.0(transitive)
- Removedaxios@^0.19.0
- Removedaxios@0.19.2(transitive)
- Removedfollow-redirects@1.5.10(transitive)