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

sugar-high

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sugar-high - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

2

lib/index.js

@@ -437,3 +437,3 @@ // @ts-check

// `=` in property=<value>
if (next === '=') {
if (next === '=' && !inStringContent()) {
const prop = current ? (current + curr) : curr

@@ -440,0 +440,0 @@ if (isIdentifier(prop)) {

{
"name": "sugar-high",
"version": "0.6.0",
"version": "0.6.1",
"type": "module",

@@ -17,5 +17,5 @@ "types": "./lib/index.d.ts",

"codice": "^0.2.0",
"next": "14.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"next": "14.2.3",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"sugar-high": "link:./",

@@ -22,0 +22,0 @@ "vitest": "^1.2.2"

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