Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

pyright

Package Overview
Dependencies
Maintainers
1
Versions
476
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pyright - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

package.json

@@ -5,3 +5,3 @@ {

"description": "Type checker for the Python language",
"version": "1.0.1",
"version": "1.0.2",
"license": "MIT",

@@ -17,3 +17,3 @@ "author": {

"scripts": {
"postinstall": "cd server && npm install && cd ../client && npm install && cd ..",
"install:all": "npm install && cd server && npm install && cd ../client && npm install && cd ..",
"build": "npm run build:client && npm run build:server",

@@ -24,3 +24,3 @@ "build:client": "cd client && npm run build && cd ..",

"build:pyright": "cd server && npm run build:pyright && cd ..",
"package": "npm run build && cd client && npx vsce package && cd .."
"package": "npm run install:all && npm run build && cd client && npx vsce package && cd .."
},

@@ -27,0 +27,0 @@ "devDependencies": {

@@ -67,3 +67,3 @@ ![Pyright](/docs/img/PyrightLarge.png)

2. Open terminal window in main directory of cloned source
3. Execute `npm install` to download dependencies
3. Execute `npm run install:all` to install dependencies
4. Execute `npm run build`

@@ -70,0 +70,0 @@

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