Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@zodash/format

Package Overview
Dependencies
Maintainers
1
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zodash/format - npm Package Compare versions

Comparing version 1.2.8 to 1.2.9

lib/format.js.map

3

lib/format.js

@@ -27,4 +27,5 @@ "use strict";

}
return text.replace(pattern, (_, key) => (0, get_1.get)(mapOrFn, key, ''));
return text.replace(pattern, (_, key) => get_1.get(mapOrFn, key, ''));
}
exports.format = format;
//# sourceMappingURL=format.js.map
{
"name": "@zodash/format",
"version": "1.2.8",
"version": "1.2.9",
"description": "format string with object values",

@@ -60,3 +60,5 @@ "keywords": [

"scripts": {
"build": "tsc",
"build": "yarn clean && tsc",
"watch": "yarn clean && tsc -w",
"clean": "rm -rf lib",
"test": "jest -w 1",

@@ -68,3 +70,3 @@ "coverage": "codecov"

},
"gitHead": "59406fc4983458dad4584458ef96300a68b07c16",
"gitHead": "ef2443b120c1e4ebb64bbfec77d7437310bae623",
"devDependencies": {

@@ -74,4 +76,4 @@ "@zodash/get": "^1.1.3"

"dependencies": {
"@zodash/get": "^1.2.0"
"@zodash/get": "^1.2.1"
}
}
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