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

@tsdotnet/observable-base

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tsdotnet/observable-base - npm Package Compare versions

Comparing version 1.0.14 to 1.0.15

14

package.json
{
"name": "@tsdotnet/observable-base",
"version": "1.0.14",
"version": "1.0.15",
"description": "A simple set of subscription base classes for implementing .NET style observables.",

@@ -29,3 +29,3 @@ "author": "electricessence",

"lint": "eslint src/**/*.ts",
"precommit": "pnpm i && run-p lint test && run-p build:* && npm run validate",
"precommit": "pnpm i && run-p lint test && run-p build:* && npm run validate && git status -s",
"prepublishOnly": "npm run build && run-p validate test",

@@ -48,6 +48,6 @@ "preversion": "run-p lint test",

"@types/mocha": "^7.0.2",
"@typescript-eslint/eslint-plugin": "^3.0.1",
"@typescript-eslint/parser": "^3.0.1",
"@typescript-eslint/eslint-plugin": "^3.0.2",
"@typescript-eslint/parser": "^3.0.2",
"chai": "^4.2.0",
"copyfiles": "^2.2.0",
"copyfiles": "^2.3.0",
"eslint": "^7.1.0",

@@ -62,3 +62,3 @@ "eslint-config-typescript": "^3.0.0",

"rimraf": "^3.0.2",
"ts-node": "^8.10.1",
"ts-node": "^8.10.2",
"typedoc": "^0.17.7",

@@ -72,3 +72,3 @@ "typedoc-plugin-external-module-name": "^3.1.0",

"@tsdotnet/common-interfaces": "^1.0.4",
"@tsdotnet/disposable": "^1.1.19",
"@tsdotnet/disposable": "^1.1.20",
"@tsdotnet/exceptions": "^1.0.16",

@@ -75,0 +75,0 @@ "@tsdotnet/linked-node-list": "^1.3.13",

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