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

trailpack

Package Overview
Dependencies
Maintainers
1
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

trailpack - npm Package Compare versions

Comparing version 1.0.0-beta-7 to 1.0.0-beta-8

12

index.js

@@ -93,2 +93,14 @@ 'use strict'

once () {
return this.app.once.apply(this.app, arguments)
}
on () {
return this.app.once.apply(this.app, arguments)
}
after () {
return this.app.after.apply(this.app, arguments)
}
/**

@@ -95,0 +107,0 @@ * Expose the application's logger directly on the Trailpack for convenience.

2

package.json
{
"name": "trailpack",
"version": "1.0.0-beta-7",
"version": "1.0.0-beta-8",
"description": "Trailpack Interface. Trailpacks extend the functionality of the Trails framework.",

@@ -5,0 +5,0 @@ "main": "index.js",

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