New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@erickmerchant/framework

Package Overview
Dependencies
Maintainers
1
Versions
244
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@erickmerchant/framework - npm Package Compare versions

Comparing version 40.1.0 to 40.1.1

6

package.json
{
"name": "@erickmerchant/framework",
"version": "40.1.0",
"version": "40.1.1",
"description": "A front-end framework.",

@@ -35,7 +35,7 @@ "homepage": "https://github.com/erickmerchant/framework#readme",

"delay": "^4.4.0",
"eslint": "^7.12.0",
"eslint": "^7.13.0",
"eslint-plugin-prettier": "^3.1.4",
"jsdom": "^16.4.0",
"prettier": "^2.1.2",
"uvu": "^0.3.4"
"uvu": "^0.4.1"
},

@@ -42,0 +42,0 @@ "engines": {

@@ -102,3 +102,3 @@ const escape = (str) =>

case 'text':
result += escape(child.value)
result += tag !== 'style' ? escape(child.value) : child.value
break

@@ -115,3 +115,3 @@

} else {
result += escape(child)
result += tag !== 'style' ? escape(child) : child
}

@@ -118,0 +118,0 @@ }

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