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

@brazilian-utils/helper-only-numbers

Package Overview
Dependencies
Maintainers
3
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brazilian-utils/helper-only-numbers - npm Package Compare versions

Comparing version 1.0.0-alpha.0 to 1.0.0-alpha.1

6

CHANGELOG.md

@@ -6,4 +6,10 @@ # Change Log

# [1.0.0-alpha.1](https://github.com/brazilian-utils/brazilian-utils/tree/master/packages/helper-only-numbers/compare/@brazilian-utils/helper-only-numbers@1.0.0-alpha.0...@brazilian-utils/helper-only-numbers@1.0.0-alpha.1) (2019-07-23)
### Bug Fixes
- **packages:** update to named exports ([796e163](https://github.com/brazilian-utils/brazilian-utils/tree/master/packages/helper-only-numbers/commit/796e163))
# [1.0.0-alpha.0](https://github.com/brazilian-utils/brazilian-utils/tree/master/packages/helper-only-numbers/compare/@brazilian-utils/helper-only-numbers@0.1.5...@brazilian-utils/helper-only-numbers@1.0.0-alpha.0) (2019-07-23)
**Note:** Version bump only for package @brazilian-utils/helper-only-numbers

2

dist/helper-only-numbers.cjs.development.js

@@ -7,3 +7,3 @@ 'use strict';

exports.default = onlyNumbers;
exports.onlyNumbers = onlyNumbers;
//# sourceMappingURL=helper-only-numbers.cjs.development.js.map

@@ -1,2 +0,2 @@

"use strict";exports.default=function(t){return t.toString().replace(/[^\d]/g,"")};
"use strict";exports.onlyNumbers=function(r){return r.toString().replace(/[^\d]/g,"")};
//# sourceMappingURL=helper-only-numbers.cjs.production.min.js.map

@@ -5,3 +5,3 @@ function onlyNumbers(str) {

export default onlyNumbers;
export { onlyNumbers };
//# sourceMappingURL=helper-only-numbers.esm.js.map

@@ -1,1 +0,1 @@

export default function onlyNumbers(str: string | number): string;
export declare function onlyNumbers(str: string | number): string;
{
"name": "@brazilian-utils/helper-only-numbers",
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"author": "Hyan Mandian <hyanmandian@hotmail.com>",

@@ -45,3 +45,3 @@ "repository": "https://github.com/brazilian-utils/brazilian-utils/tree/master/packages/helper-only-numbers",

},
"gitHead": "535d813c516ae01d2307a42a29354608fdbc8951"
"gitHead": "abe112c585a14216267e4e027d5bc8bf10bfb3b0"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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