Socket
Socket
Sign inDemoInstall

vscode

Package Overview
Dependencies
Maintainers
9
Versions
128
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vscode - npm Package Compare versions

Comparing version 1.1.22 to 1.1.23

2

lib/testrunner.js

@@ -9,3 +9,3 @@ /*---------------------------------------------------------

// Linux: prevent a weird NPE when mocha on Linux requires the window size from the TTY
// Since we are not running in a tty environment, we just implementt he method statically
// Since we are not running in a tty environment, we just implement the method statically
var tty = require('tty');

@@ -12,0 +12,0 @@ if (!tty.getWindowSize) {

{
"name": "vscode",
"version": "1.1.22",
"version": "1.1.23",
"typings": "vscode.d.ts",

@@ -33,3 +33,2 @@ "scripts": {

"devDependencies": {
"typescript": "^2.5.3",
"@types/node": "^8.10.25",

@@ -36,0 +35,0 @@ "@types/mocha": "^2.2.43",

@@ -6,11 +6,3 @@ # vscode-extension-vscode

# History
* 1.1.0: Updated NPM dependencies
* 1.0.0: Extension developement is based on TypeScript >= 2.0.3
* 0.10.x: Extension developement is based on TypeScript 1.8.10
# License
[MIT](LICENSE)
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