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

@cspell/cspell-service-bus

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/cspell-service-bus - npm Package Compare versions

Comparing version 7.0.1 to 7.0.2

18

package.json

@@ -6,3 +6,3 @@ {

},
"version": "7.0.1",
"version": "7.0.2",
"description": "A Library for connecting requests to services that can fulfill them.",

@@ -15,10 +15,8 @@ "keywords": [

"license": "MIT",
"type": "commonjs",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.mjs",
"types": "dist/cjs/index.d.ts",
"type": "module",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
"import": "./dist/esm/index.js"
}

@@ -36,5 +34,5 @@ },

"scripts": {
"build": "tsc -b . && ts2mjs dist/esm",
"build": "tsc -b .",
"build:cjs": "tsc -p tsconfig.cjs.json",
"build:esm": "tsc -p tsconfig.esm.json && ts2mjs dist/esm",
"build:esm": "tsc -p tsconfig.esm.json",
"build:clean": "pnpm run clean && pnpm run build",

@@ -58,3 +56,3 @@ "watch": "tsc -b . -w",

},
"gitHead": "124eea257b724b8354d3bc38f48fe9529cf6f7be"
"gitHead": "25aa083421fc81e4d5b7cedb4755f9b327120cfc"
}
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