Socket
Socket
Sign inDemoInstall

cancellation-token-source

Package Overview
Dependencies
0
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.2 to 0.0.3

19

package.json
{
"name": "cancellation-token-source",
"version": "0.0.2",
"version": "0.0.3",
"description": "CancellationTokenSource implementation for JavaScript",
"keywords": [
"cancellation",
"cancellation token",
"cancellation token source",
"token source",
"cancel",
"cts"
],
"main": "dist/index.js",

@@ -12,6 +20,11 @@ "repository": "https://github.com/xapphire13/cancellationTokenSource.js.git",

"scripts": {
"build": "tsc",
"generate-docs": "typedoc --readme ./README.md --out ./docs --exclude **/*/index.* --excludeExternals --excludePrivate --mode modules --entryPoint cancellation-token-source"
"build": "del-cli ./dist && tsc",
"generate-docs": "del-cli ./docs && typedoc --readme ./README.md --out ./docs --exclude **/*/index.* --excludeExternals --excludePrivate --mode modules --entryPoint cancellation-token-source",
"test": "jest"
},
"devDependencies": {
"@types/jest": "^23.3.9",
"del-cli": "^1.1.0",
"jest": "^23.6.0",
"ts-jest": "^23.10.4",
"typedoc": "^0.13.0",

@@ -18,0 +31,0 @@ "typedoc-plugin-external-module-name": "^1.1.3",

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc