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.107 to 0.3.108

1

dist/parameters/parameter-functions/textual-parameter-functions.d.ts

@@ -66,2 +66,3 @@ import { BasicParameterFunction } from './parameter-function-utils';

__date_iso: BasicParameterFunction;
__formatted_date: BasicParameterFunction;
};

@@ -32,2 +32,3 @@ "use strict";

var isNaN = require("lodash/isNaN");
var dayjs_1 = __importDefault(require("dayjs"));
var regex_extractor_1 = require("../extractors/regex-extractor");

@@ -276,2 +277,7 @@ var cheerio_extractor_1 = require("../extractors/cheerio-extractor");

}, 0, 1),
__formatted_date: new parameter_function_utils_1.BasicParameterFunction(function (format, addedMinutes) {
if (format === void 0) { format = ''; }
if (addedMinutes === void 0) { addedMinutes = '0'; }
return dayjs_1.default(new Date().getTime() + (Number(addedMinutes) * 1000 * 60)).format(format);
}, 0, 2),
};

@@ -278,0 +284,0 @@ function pick(selection, pickFrom) {

5

package.json
{
"name": "@loadmill/core",
"version": "0.3.107",
"version": "0.3.108",
"description": "Loadmill core library",

@@ -27,6 +27,7 @@ "scripts": {

"@aws-sdk/types": "^3.55.0",
"@loadmill/universal": "0.3.102",
"@loadmill/universal": "0.3.103",
"@xmldom/xmldom": "^0.8.10",
"cheerio": "^0.22.0",
"crypto-js": "^4.1.1",
"dayjs": "^1.10.5",
"http-headers-validation": "^0.0.1",

@@ -33,0 +34,0 @@ "is-base64": "^1.1.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