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 41.3.0 to 41.4.0

5

main.js

@@ -5,3 +5,2 @@ const svgNamespace = 'http://www.w3.org/2000/svg'

const createQuoteError = (problem) => Error(`Quote ${problem}`)
const createAssertionError = (actual, expected) =>

@@ -471,3 +470,3 @@ Error(`Expected ${expected}. Found ${actual}.`)

} else {
throw createQuoteError('mismatch')
throw createAssertionError('', quote)
}

@@ -483,3 +482,3 @@ }

} else if (next()) {
throw createQuoteError('expected')
throw createAssertionError(next(), '"')
}

@@ -486,0 +485,0 @@ } else {

2

package.json
{
"name": "@erickmerchant/framework",
"version": "41.3.0",
"version": "41.4.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