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

borschik

Package Overview
Dependencies
Maintainers
4
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

borschik - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

lib/util.js

11

lib/tech.js

@@ -5,4 +5,4 @@ var Q = require('q'),

PATH = require('path'),
URL = require('url'),
INHERIT = require('inherit');
INHERIT = require('inherit'),
U = require('./util');

@@ -105,10 +105,7 @@ exports.Tech = INHERIT({

pathTo: function(path) {
return URL.resolve(PATH.dirname(this.path), path);
return U.pathToUnix(PATH.resolve(PATH.dirname(this.path), path));
},
pathFrom: function(path) {
var p = PATH.relative(PATH.dirname(path), this.path);
if (PATH.sep === '\\') p = p.replace(/\\/g, '/');
return p;
return U.pathToUnix(PATH.relative(PATH.dirname(path), this.path));
}

@@ -115,0 +112,0 @@

{
"name": "borschik",
"description": "Extendable builder for text-based file formats",
"version": "0.0.16",
"version": "0.0.17",
"homepage": "http://github.com/veged/borschik",

@@ -6,0 +6,0 @@ "author": "Sergey Berezhnoy <veged@ya.ru> (http://github.com/veged)",

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