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

@yuenu/utils-collection

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yuenu/utils-collection - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

2

dist/index.min.js

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

"use strict";Object.defineProperty(exports,"__esModule",{value:!0}),exports.getMoneyNumbersFromString=function(e){if("string"!=typeof e)return"";let t=e.replace(/\D/g,"");return"0"===t.charAt(0)&&t.length>1&&(t=t.slice(1)),t},exports.sum=function(e,t){return e+t};
function t(t){if("string"!=typeof t)return"";let e=t.replace(/\D/g,"");return"0"===e.charAt(0)&&e.length>1&&(e=e.slice(1)),e}function e(t,e){return t+e}export{t as getMoneyNumbersFromString,e as sum};
//# sourceMappingURL=index.min.js.map
{
"name": "@yuenu/utils-collection",
"version": "1.0.7",
"version": "1.0.8",
"description": "utils collection",

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

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