Socket
Socket
Sign inDemoInstall

@thi.ng/strings

Package Overview
Dependencies
Maintainers
1
Versions
191
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thi.ng/strings - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

11

CHANGELOG.md

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

<a name="0.1.1"></a>
## [0.1.1](https://github.com/thi-ng/umbrella/compare/@thi.ng/strings@0.1.0...@thi.ng/strings@0.1.1) (2018-08-08)
### Bug Fixes
* **strings:** float type decl ([b2ebbfc](https://github.com/thi-ng/umbrella/commit/b2ebbfc))
<a name="0.1.0"></a>

@@ -8,0 +19,0 @@ # 0.1.0 (2018-08-08)

2

float.d.ts

@@ -8,2 +8,2 @@ import { Stringer } from "./api";

*/
export declare const float: import("@thi.ng/memoize/api").Fn1<number, Stringer<number>>;
export declare const float: (prec: number) => Stringer<number>;
{
"name": "@thi.ng/strings",
"version": "0.1.0",
"version": "0.1.1",
"description": "Various string formatting & utility functions",

@@ -5,0 +5,0 @@ "main": "./index.js",

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