Socket
Socket
Sign inDemoInstall

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.1 to 1.0.2

test/lib/util.test.js

3

index.js

@@ -38,3 +38,3 @@ 'use strict'

pkg: {
value: pack.pkg,
value: Object.freeze(pack.pkg),
enumerable: false

@@ -52,2 +52,3 @@ },

this.app.packs[this.name] = this
this.emit(`trailpack:${this.name}:constructed`)

@@ -54,0 +55,0 @@ }

@@ -0,1 +1,3 @@

'use strict'
const _ = require('lodash')

@@ -2,0 +4,0 @@

{
"name": "trailpack",
"version": "1.0.1",
"version": "1.0.2",
"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