New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@loadmill/core

Package Overview
Dependencies
Maintainers
3
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loadmill/core - npm Package Compare versions

Comparing version 0.3.100 to 0.3.101

dist/xml/xml-to-json.d.ts

1

dist/request/index.d.ts

@@ -226,2 +226,3 @@ import { Parameters } from '../parameters';

JSONContains?: string;
XMLContains?: string;
}

@@ -228,0 +229,0 @@ export interface AuthConf {

5

dist/request/index.js

@@ -399,3 +399,3 @@ "use strict";

assertions.forEach(function (assertion, key) {
var check = assertion.check, equals = assertion.equals, notEquals = assertion.notEquals, contains = assertion.contains, notContains = assertion.notContains, matches = assertion.matches, falsy = assertion.falsy, greater = assertion.greater, lesser = assertion.lesser, JSONSchema = assertion.JSONSchema, JSONContains = assertion.JSONContains;
var check = assertion.check, equals = assertion.equals, notEquals = assertion.notEquals, contains = assertion.contains, notContains = assertion.notContains, matches = assertion.matches, falsy = assertion.falsy, greater = assertion.greater, lesser = assertion.lesser, JSONSchema = assertion.JSONSchema, JSONContains = assertion.JSONContains, XMLContains = assertion.XMLContains;
var converted = {

@@ -434,2 +434,5 @@ check: check,

}
if (XMLContains != null) {
converted.XMLContains = XMLContains;
}
result[key] = converted;

@@ -436,0 +439,0 @@ });

{
"name": "@loadmill/core",
"version": "0.3.100",
"version": "0.3.101",
"description": "Loadmill core library",

@@ -27,3 +27,3 @@ "scripts": {

"@aws-sdk/types": "^3.55.0",
"@loadmill/universal": "0.3.95",
"@loadmill/universal": "0.3.96",
"@xmldom/xmldom": "^0.8.10",

@@ -44,2 +44,3 @@ "cheerio": "^0.22.0",

"validator": "^13.7.0",
"xml2js": "^0.6.2",
"xpath": "^0.0.32"

@@ -46,0 +47,0 @@ },

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc