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.0 to 0.24.1

2

lib/tern.js

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

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

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

@@ -97,2 +97,3 @@ // Parses comments above variable declarations, function declarations,

Class: function(node, scope) {
if (!node.objType) return;
var proto = node.objType.getProp("prototype").getObjType();

@@ -99,0 +100,0 @@ if (!proto) return;

Sorry, the diff of this file is not supported yet

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