Socket
Socket
Sign inDemoInstall

@ribajs/utils

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribajs/utils - npm Package Compare versions

Comparing version 1.8.0 to 1.9.0-alpha.0

4

package.json
{
"name": "@ribajs/utils",
"description": "Utils module of Riba.js",
"version": "1.8.0",
"version": "1.9.0-alpha.0",
"author": "Pascal Garber <pascal@artandcode.studio>",

@@ -41,2 +41,2 @@ "contributors": [

"directories": {}
}
}

@@ -170,2 +170,8 @@

export const stripHtml = (html: string) => {
const tmp = document.createElement("DIV");
tmp.innerHTML = html;
return tmp.textContent || tmp.innerText || "";
};
/**

@@ -172,0 +178,0 @@ * Returns a camel-cased version of the string. Used when translating an

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