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

synchronous-autocomplete

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

synchronous-autocomplete - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

2

index.js

@@ -91,3 +91,3 @@ 'use strict';

};
results[id][internalId] = id;
Object.defineProperty(results[id], internalId, { value: id });
}

@@ -94,0 +94,0 @@ }

{
"name": "synchronous-autocomplete",
"description": "Fast, simple autocompletion.",
"version": "2.1.0",
"version": "2.1.1",
"main": "index.js",

@@ -6,0 +6,0 @@ "files": [

@@ -87,3 +87,3 @@ 'use strict'

}
results[id][internalId] = id
Object.defineProperty(results[id], internalId, {value: id})
}

@@ -90,0 +90,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