Socket
Socket
Sign inDemoInstall

@webex/event-dictionary-ts

Package Overview
Dependencies
Maintainers
7
Versions
310
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@webex/event-dictionary-ts - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

12

package.json

@@ -13,8 +13,8 @@ {

"scripts": {
"build": "npm run build:convert && npm run build:version",
"build:convert": "node ./scripts/typescript-convert.js --ramlfile ../../diagnostic-events.raml --dir ./generated/typescript --types ../types.txt",
"build": "npm run build:typescript && npm run build:version",
"build:typescript": "node ./src/main.js --from raml --to ts --input ../../diagnostic-events.raml --output ./generated/typescript/index.d.ts --types ClientEvent,FeatureEvent,MediaQualityEvent",
"build:version": "node ./scripts/version-bump.js",
"publish:npm": "npm publish --access public",
"publish:npm-new": "echo \"//registry.npmjs.org/:_authToken=${NPM_TOKEN}\" > ./.npmrc",
"print:npm-token": "HELLO_WORLD=\"hello world 2\" $NPM_TOKEN && echo $HELLO_WORLD"
"publish:npm": "npm run publish:npm:setup && npm run publish:npm:tar",
"publish:npm:setup": "echo \"//registry.npmjs.org/:_authToken=${NPM_TOKEN}\" > ./.npmrc",
"publish:npm:tar": "npm publish --access public"
},

@@ -29,3 +29,3 @@ "dependencies": {

},
"version": "0.0.1"
"version": "0.0.2"
}
# @webex/event-dictionary-ts
This package is used as a type-only module to provide typing to the event
tooling within the various `@webex` packages.
tooling within the various `@webex` packages.

Sorry, the diff of this file is too big to display

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