You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ntlm-parser

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ntlm-parser - npm Package Compare versions

Comparing version

to
1.0.6

4

build/package.json
{
"name": "ntlm-parser",
"version": "1.0.2",
"version": "1.0.5",
"description": "",
"main": "index.js",
"main": "build/src/index.js",
"bin": "bin/ntlm-parser.js",

@@ -7,0 +7,0 @@ "scripts": {

import { NTLMMessage, NtlmParseOptions } from './ntlm/interfaces';
export declare function ntlmParse(str: string, opts?: Partial<NtlmParseOptions>): NTLMMessage;
export * from './ntlm/interfaces';
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __exportStar = (this && this.__exportStar) || function(m, exports) {
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
};
Object.defineProperty(exports, "__esModule", { value: true });

@@ -18,2 +28,3 @@ exports.ntlmParse = void 0;

exports.ntlmParse = ntlmParse;
__exportStar(require("./ntlm/interfaces"), exports);
//# sourceMappingURL=index.js.map

@@ -5,2 +5,4 @@ # Changelog

### [1.0.6](https://github.com/jlguenego/ntlm-parser/compare/v1.0.5...v1.0.6) (2020-11-18)
### [1.0.5](https://github.com/jlguenego/ntlm-parser/compare/v1.0.4...v1.0.5) (2020-11-18)

@@ -7,0 +9,0 @@

{
"name": "ntlm-parser",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -5,0 +5,0 @@ "main": "build/src/index.js",

@@ -19,1 +19,3 @@ import {ParserFactory} from './parser/ParserFactory';

}
export * from './ntlm/interfaces';

Sorry, the diff of this file is not supported yet