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
0
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.7.0 to 0.7.1

5

lib/index.js

@@ -438,2 +438,7 @@ // @ts-check

if (next === '=' && !inStringContent()) {
// if current is not a space, ensure `prop` is a property
if (isSpaces(current)) {
append(T_SPACE, current)
current = ''
}
const prop = current ? (current + curr) : curr

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

4

package.json
{
"name": "sugar-high",
"version": "0.7.0",
"version": "0.7.1",
"type": "module",

@@ -22,3 +22,3 @@ "types": "./lib/index.d.ts",

"codice": "^0.2.0",
"next": "14.2.3",
"next": "14.2.4",
"react": "^18.3.1",

@@ -25,0 +25,0 @@ "react-dom": "^18.3.1",

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