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

get-paths

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

get-paths - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

2

index.js
const path = require('path');
const fs = require('fs-extra');
// TODO: this should be a package or we should use one that does same thing
// <https://github.com/queckezz/koa-views/blob/master/src/index.js>
function getPaths(abs, rel, ext) {

@@ -7,0 +5,0 @@ return fs

4

package.json

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

"Helper function to get an absolute path for a template engine view",
"version": "0.0.1",
"version": "0.0.2",
"author": "Nick Baugh <niftylettuce@gmail.com> (http://niftylettuce.com/)",

@@ -39,3 +39,3 @@ "bugs": {

"engines": {
"node": ">=8.3"
"node": ">=6.4"
},

@@ -42,0 +42,0 @@ "homepage": "https://github.com/niftylettuce/get-paths",

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