awesome-wechat-sdk
Advanced tools
Comparing version 1.1.0 to 1.1.1
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
const urllib_1 = require("urllib"); | ||
const urllib = require("urllib"); | ||
const querystring = require("querystring"); | ||
@@ -138,3 +138,3 @@ const crypto = require("crypto"); | ||
}); | ||
return urllib_1.default.request(url, options); | ||
return urllib.request(url, options); | ||
} | ||
@@ -141,0 +141,0 @@ getAccessToken() { |
{ | ||
"name": "awesome-wechat-sdk", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"description": "an awesome sdk for wechat oauth and api", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -1,2 +0,2 @@ | ||
import urllib from 'urllib'; | ||
import * as urllib from 'urllib'; | ||
import {UrlLibOptions, UrlLibResponse} from './types/urllib'; | ||
@@ -3,0 +3,0 @@ import * as querystring from 'querystring'; |
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
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
66017