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 44.5.0 to 45.0.0

8

html.js

@@ -201,3 +201,2 @@ const weakMap = new WeakMap()

const colon = ':' === firstChar
const atSign = '@' === firstChar

@@ -211,8 +210,3 @@ if (colon) {

if (
token.type === tokenTypes.variable &&
!colon &&
!atSign &&
!html.dev
) {
if (token.type === tokenTypes.variable && !colon && !html.dev) {
value = variables[value]

@@ -219,0 +213,0 @@ constant = true

2

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

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

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