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

@speedy-js/code-helper-diagnostic

Package Overview
Dependencies
Maintainers
9
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@speedy-js/code-helper-diagnostic - npm Package Compare versions

Comparing version 0.1.4 to 0.2.0

lib/index.js

23

package.json
{
"name": "@speedy-js/code-helper-diagnostic",
"version": "0.1.4",
"version": "0.2.0",
"description": "",

@@ -8,3 +8,3 @@ "keywords": [],

"author": "",
"main": "dist/index.js",
"main": "lib/index.js",
"source": "src/index.ts",

@@ -19,3 +19,4 @@ "types": "src/index.ts",

"dependencies": {
"@speedy-js/speedy-utils": "0.13.1-alpha.5",
"@speedy-js/speedy-utils": "0.13.1-alpha.6",
"@swc/core": "1.2.189",
"yargs": "17.2.1"

@@ -25,17 +26,15 @@ },

"@speedy-js/config": "0.8.0-3",
"@speedy-js/esbuild": "0.14.28-speedy-5",
"@speedy-js/esbuild": "0.14.28-speedy-6",
"@speedy-js/eslint-config": "0.0.1",
"@speedy-js/speedy-core": "0.13.1-alpha.5",
"@speedy-js/speedy-error": "0.13.1-alpha.5",
"@speedy-js/speedy-core": "0.13.1-alpha.6",
"@speedy-js/speedy-error": "0.13.1-alpha.6",
"@speedy-js/speedy-types": "0.13.1-alpha.6",
"@types/node": "12.20.42",
"@types/yargs": "17.0.4",
"tsd": "0.19.1",
"tsm": "2.2.1"
"typescript": "4.4.4"
},
"scripts": {
"build": "speedy build -c=speedy.config.ts",
"watch": "speedy watch -c=speedy.config.ts",
"typecheck": "tsc -b tsconfig.json",
"typecheck:watch": "tsc -b tsconfig.json -w"
"build": "tsc -p ./tsconfig.build.json",
"watch": "npm run build -- -w"
}
}
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