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

tooty

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tooty - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

8

package.json
{
"name": "tooty",
"version": "0.1.0",
"version": "0.1.1",
"description": "Simple agnostic message router for node",
"license": "MIT",
"author": "Filipe Dobreira <dobreira@gmail.com>",
"main": "lib/tooty.js",
"main": "src-js/tooty.js",
"keywords": [

@@ -24,3 +24,5 @@ "route",

"scripts": {
"test": "NODE_ENV=test node_modules/.bin/mocha test/tooty/*.js"
"compile": "babel lib/ -d src-js/",
"test": "NODE_ENV=test node_modules/.bin/mocha test/tooty/*.js",
"prepublish": "npm run compile"
},

@@ -27,0 +29,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

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