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.6.0-next.1 to 0.6.0-next.2

8

lib/main.js

@@ -106,7 +106,2 @@ "use strict";

}
duplicateEvent(event) {
const duplicate = Object.assign({}, event);
duplicate.id = this.idGenerator();
this.store.push(duplicate);
}
flush(lastId) {

@@ -363,5 +358,2 @@ if (this.store.length === 0) {

break;
case lsif_protocol_1.VertexLabels.event:
queue.duplicateEvent(element);
break;
}

@@ -368,0 +360,0 @@ }

2

package.json
{
"name": "lsif-npm",
"description": "A tools to rewrite Typescript LSIF monikers into npm monikers",
"version": "0.6.0-next.1",
"version": "0.6.0-next.2",
"author": "Microsoft Corporation",

@@ -6,0 +6,0 @@ "license": "MIT",

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