New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@cdellacqua/signals

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cdellacqua/signals - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

package.json

@@ -5,3 +5,3 @@ {

"description": "A simple signal pattern implementation that enables reactive programming",
"version": "1.0.1",
"version": "1.0.2",
"type": "module",

@@ -38,3 +38,3 @@ "types": "dist/index.d.ts",

"coverage": "c8 npm run test",
"test": "cross-env mocha 'tests/**/*.ts'",
"test": "cross-env NODE_ENV=test mocha 'tests/**/*.ts'",
"dev:browser": "vite",

@@ -56,3 +56,3 @@ "dev:node": "nodemon",

"@typescript-eslint/eslint-plugin": "^5.4.0",
"c8": "^7.10.0",
"c8": "^7.11.3",
"chai": "^4.3.4",

@@ -59,0 +59,0 @@ "cross-env": "^7.0.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