gwsp 4.4.4 → 4.4.6-fix

Sign up to get free protection for your applications and to get access to all the features.
package/README.md CHANGED
@@ -16,7 +16,7 @@ GWSP can be used with both Node.js and TypeScript.
16
16
 
17
17
  ## Node.js
18
18
  ```javascript
19
- const GWSP = require('gwsp').default;
19
+ const GWSP = require('gwsp');
20
20
 
21
21
  async function main() {
22
22
  try {
@@ -47,8 +47,4 @@ main();
47
47
  ## Features
48
48
 
49
49
  - Retrieves information about the protection mechanisms used by a website.
50
- - Supports both HTTP and HTTPS URLs.
51
-
52
- ## License
53
-
54
- This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.
50
+ - Supports both HTTP and HTTPS URLs.
package/dist/index.js CHANGED
@@ -52,4 +52,4 @@ function GWSP(url) {
52
52
  }
53
53
  });
54
54
  }
55
- module.exports = GWSP;
55
+ module.exports = GWSP;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gwsp",
3
- "version": "4.4.4",
3
+ "version": "4.4.6-fix",
4
4
  "main": "dist/index.js",
5
5
  "scripts": {
6
6
  "build": "tsc",