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

@ditojs/utils

Package Overview
Dependencies
Maintainers
2
Versions
360
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ditojs/utils - npm Package Compare versions

Comparing version 2.11.0 to 2.11.1

4

package.json
{
"name": "@ditojs/utils",
"version": "2.11.0",
"version": "2.11.1",
"type": "module",

@@ -35,3 +35,3 @@ "description": "Dito.js Utility Functions – Dito.js is a declarative and modern web framework, based on Objection.js, Koa.js and Vue.js",

"types": "types",
"gitHead": "1589dbd472f04ec8a540e8b39bd7de8e2907872a",
"gitHead": "fb1e7ce180f5c9ce8e058a7ef22465e0428cd758",
"scripts": {

@@ -38,0 +38,0 @@ "types": "tsc --noEmit types/index.d.ts"

@@ -8,5 +8,5 @@ export function escapeHtml(html) {

chr =>
({ '"': '&quot;', '&': '&amp;', '<': '&lt;', '>': '&gt;' }[chr])
({ '"': '&quot;', '&': '&amp;', '<': '&lt;', '>': '&gt;' })[chr]
)
: ''
}
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