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

lsif-npm

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lsif-npm - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

2

lib/main.js

@@ -108,3 +108,3 @@ "use strict";

ensureIdGenerator(id) {
if (this.idGenerator !== undefined) {
if (this._idGenerator !== undefined) {
return;

@@ -111,0 +111,0 @@ }

{
"name": "lsif-npm",
"description": "A tools to rewrite Typescript LSIF monikers into npm monikers",
"version": "0.2.1",
"version": "0.2.2",
"author": "Microsoft Corporation",

@@ -17,3 +17,3 @@ "license": "MIT",

"bin": {
"list-npm": "./bin/lsif-npm"
"lsif-npm": "./bin/lsif-npm"
},

@@ -20,0 +20,0 @@ "dependencies": {

@@ -127,3 +127,3 @@ /* --------------------------------------------------------------------------------------------

private ensureIdGenerator(id: Id): void {
if (this.idGenerator !== undefined) {
if (this._idGenerator !== undefined) {
return;

@@ -130,0 +130,0 @@ }

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