Socket
Socket
Sign inDemoInstall

mappersmith

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mappersmith - npm Package Compare versions

Comparing version 2.29.1 to 2.29.2

2

mappersmith.js

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

/* global VERSION */
var version = "2.29.1";
var version = "2.29.2";
exports.version = version;

@@ -19,0 +19,0 @@ var configs = {

{
"name": "mappersmith",
"version": "2.29.1",
"version": "2.29.2",
"description": "It is a lightweight rest client for node.js and the browser",

@@ -5,0 +5,0 @@ "author": "Tulio Ornelas <ornelas.tulio@gmail.com>",

@@ -24,2 +24,3 @@ declare module 'mappersmith/test' {

export function clear(): void
export function install(): void

@@ -44,2 +45,11 @@ export function uninstall(): void

export function mockRequest(args: MockRequestArgs): MockAssert
export interface TestMatchFunctions {
stringMatching(value: RegExp): (value: string) => boolean
stringContaining(value: string): (value: string) => boolean
uuid4(): (value: string) => boolean
anything(): () => true
}
export var m: TestMatchFunctions
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc