Socket
Socket
Sign inDemoInstall

tern

Package Overview
Dependencies
29
Maintainers
2
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.24.2 to 0.24.3

4

lib/tern.js

@@ -676,3 +676,3 @@ // The Tern server object

var curProp = objNode.properties[i];
if (curProp.key.start <= point && curProp.key.end >= point)
if (curProp.key && curProp.key.start <= point && curProp.key.end >= point)
return curProp;

@@ -1193,3 +1193,3 @@ }

exports.version = "0.24.2";
exports.version = "0.24.3";
});
{
"name": "tern",
"license": "MIT",
"version": "0.24.2",
"version": "0.24.3",
"author": "Marijn Haverbeke <marijnh@gmail.com>",

@@ -6,0 +6,0 @@ "description": "A JavaScript code analyzer for deep, cross-editor language support",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc