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

pilota

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pilota - npm Package Compare versions

Comparing version 7.2.0 to 7.2.1

21

package.json
{
"name": "pilota",
"version": "7.2.0",
"version": "7.2.1",
"description": "Command bus for RxJS",
"type": "module",
"module": "./src/pilota.js",
"scripts": {
"test": "mocha --colors 'test/**/*spec.js'",
"test:watch": "mocha --require babel-core/register --colors -w 'test/**/*spec.js'"
},
"files": [
"src/"
],
"repository": {

@@ -30,2 +22,13 @@ "type": "git",

"homepage": "https://github.com/ndp-software/pilota#readme",
"module": "./src/pilota.js",
"exports": {
"import": "./src/pilota.js"
},
"files": [
"src/"
],
"scripts": {
"test": "mocha --colors 'test/**/*spec.js'",
"test:watch": "mocha --require babel-core/register --colors -w 'test/**/*spec.js'"
},
"dependencies": {

@@ -32,0 +35,0 @@ "rxjs": "^7"

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