steamutils 1.2.79 → 1.2.80
Sign up to get free protection for your applications and to get access to all the features.
- package/index.js +1 -2
- package/package.json +1 -1
package/index.js
CHANGED
@@ -1,4 +1,3 @@
|
|
1
|
-
import cheerio from 'cheerio'
|
2
1
|
import {randomBytes} from 'crypto'
|
3
2
|
import sha256 from 'crypto-js/sha256.js'
|
4
3
|
import _ from 'lodash'
|
@@ -15,7 +14,7 @@ import {getTableHasHeaders, table2json} from './cheerio.js'
|
|
15
14
|
import {getJSObjectFronXML} from './xml2json.js'
|
16
15
|
import axios from 'axios'
|
17
16
|
import url from 'url'
|
18
|
-
import * as cheerio from
|
17
|
+
import * as cheerio from 'cheerio'
|
19
18
|
import fs from "fs";
|
20
19
|
import FormData from "form-data";
|
21
20
|
|