New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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.0.1-alpha.20 to 1.1.0-alpha.0

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

# 1.1.0-alpha.0 (2020-07-31)
### Features
* **@zodash/format:** support map function, combined with @zodash/get or lodash.get is more powerful ([769b2f0](https://github.com/zcorky/zodash/commit/769b2f02e3a4b9c4e7287a901a9bcfd481f5581d))
* **@zodash/routes-builder:** support basePath option ([40ac805](https://github.com/zcorky/zodash/commit/40ac805755cf64682df91f8693cd252d95661d04))
## [1.0.1-alpha.20](https://github.com/zcorky/zodash/compare/@zodash/format@1.0.1-alpha.19...@zodash/format@1.0.1-alpha.20) (2019-12-24)

@@ -8,0 +20,0 @@

1

lib/format.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.format = void 0;
const DEFAULT_SEPERATOR = {

@@ -4,0 +5,0 @@ start: '{',

7

package.json
{
"name": "@zodash/format",
"version": "1.0.1-alpha.20",
"version": "1.1.0-alpha.0",
"description": "format string with object values",

@@ -68,3 +68,6 @@ "keywords": [

},
"gitHead": "85faa88f04a8a8c2454a5274a6f29c602d8dc04d"
"gitHead": "64874eb0f5ed4a0b664bbdf64e5e1ca6430b14c9",
"devDependencies": {
"@zodash/get": "^1.0.22"
}
}

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