Socket
Socket
Sign inDemoInstall

@vscode/base-node

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vscode/base-node - npm Package Compare versions

Comparing version 0.1.15-3 to 0.1.15-4

vs/base/common/parsers.d.ts

2

package.json
{
"name": "@vscode/base-node",
"private": false,
"version": "0.1.15-3",
"version": "0.1.15-4",
"description": "",

@@ -6,0 +6,0 @@ "main": "''",

@@ -1,2 +0,2 @@

import { IDisposable } from 'vs/base/common/lifecycle';
import { IDisposable } from './lifecycle';
export declare class EmitterEvent {

@@ -3,0 +3,0 @@ readonly type: string;

@@ -1,2 +0,2 @@

import URI from 'vs/base/common/uri';
import URI from './uri';
export interface Key {

@@ -3,0 +3,0 @@ toString(): string;

@@ -1,3 +0,3 @@

import { IStringDictionary } from 'vs/base/common/collections';
import { IProblemReporter, Parser } from 'vs/base/common/parsers';
import { IStringDictionary } from './collections';
import { IProblemReporter, Parser } from './parsers';
/**

@@ -4,0 +4,0 @@ * Options to be passed to the external program or shell.

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