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

typed-signals

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typed-signals - npm Package Compare versions

Comparing version 2.1.0 to 2.2.0

0

dist/Collector.d.ts

@@ -0,0 +0,0 @@ import type { Signal } from "./Signal";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Collector } from "./Collector";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Collector } from "./Collector";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Collector } from "./Collector";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Collector } from "./Collector";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ export { Collector } from "./Collector";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { Collector } from "./Collector";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { SignalLink } from "./SignalLink";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ import { SignalConnection } from "./SignalConnection";

@@ -0,0 +0,0 @@ "use strict";

@@ -0,0 +0,0 @@ /**

@@ -0,0 +0,0 @@ "use strict";

30

package.json
{
"name": "typed-signals",
"version": "2.1.0",
"version": "2.2.0",
"description": "A type checked signal library for TypeScript (and JavaScript)",

@@ -30,5 +30,5 @@ "keywords": [

"coveralls": "cat ./coverage/lcov.info | coveralls",
"doc": "rimraf docs && typedoc --excludePrivate --out docs --excludeNotExported --exclude src/*.spec.ts src && copyfiles -a -f doc-assets/* docs",
"doc": "rimraf docs && typedoc --excludePrivate --out docs --exclude \"src/*.spec.ts\" src && copyfiles -a -f \"doc-assets/*\" docs",
"lint": "npm run lint:style && npm run lint:es && npm run lint:package",
"lint:es": "eslint {src,test}/**/*.{ts,tsx} --ext .ts,.tsx --ignore-path .prettierignore",
"lint:es": "eslint \"{src,test}/**/*.{ts,tsx}\" --ext \".ts,.tsx\" --ignore-path .prettierignore",
"lint:es:fix": "npm run lint:es -- --fix",

@@ -39,3 +39,3 @@ "lint:fix": "npm run lint:style:fix && npm run lint:es:fix && npm run lint:package:fix",

"lint:style": "npm run lint:style:base -- --check",
"lint:style:base": "prettier {src,test}/**/*.{ts,tsx,js,json} ./*.{ts,tsx,js,json}",
"lint:style:base": "prettier \"{src,test}/**/*.{ts,tsx,js,json}\" \"./*.{ts,tsx,js,json}\"",
"lint:style:fix": "npm run lint:style:base -- --write",

@@ -45,16 +45,16 @@ "test": "jest"

"devDependencies": {
"@lusito/eslint-config": "^1.3.0",
"@lusito/prettier-config": "^1.2.0",
"@lusito/stylelint-config": "^1.2.0",
"@types/jest": "^26.0.13",
"copyfiles": "^2.3.0",
"@lusito/eslint-config": "^1.5.0",
"@lusito/prettier-config": "^1.5.0",
"@lusito/stylelint-config": "^1.5.0",
"@types/jest": "^26.0.20",
"copyfiles": "^2.4.1",
"coveralls": "^3.1.0",
"eslint-plugin-jest": "^24.0.0",
"jest": "^26.4.2",
"eslint-plugin-jest": "^24.1.3",
"jest": "^26.6.3",
"rimraf": "^3.0.2",
"sort-package-json": "^1.44.0",
"ts-jest": "^26.3.0",
"typedoc": "^0.19.1",
"typescript": "^4.0.2"
"sort-package-json": "^1.48.1",
"ts-jest": "^26.4.4",
"typedoc": "0.20.17",
"typescript": "^4.1.3"
}
}
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