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

analyze

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analyze - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

6

lib/analyze/inheritance/standard-provider.js

@@ -95,3 +95,5 @@ var JsClass = require('../../object-model/class');

);
classDecl.addMember(method);
if (classDecl) {
classDecl.addMember(method);
}
}

@@ -109,3 +111,3 @@ }

if (jsDoc && jsDoc.selectOption('name')) {
classObj = new JsClass(jsDoc.selectOption('name'), node.loc.start.line, jsDoc);
classObj = new JsClass(jsDoc.selectOption('name'), jsDoc);
classes.push(classObj);

@@ -112,0 +114,0 @@ classIndex[classObj.getName()] = classObj;

{
"author": "Marat Dulin",
"name": "analyze",
"version": "0.0.2",
"version": "0.0.3",
"engines": {

@@ -6,0 +6,0 @@ "node": "0.10"

Sorry, the diff of this file is not supported yet

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