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.2.3 to 0.2.4

test/mocha.opts

5

lib/tech.js

@@ -21,3 +21,6 @@ var Q = require('q'),

process: function(path, out) {
var res = this.createFile(path, 'include').process();
// NOTE: Passing path of source file into process(). This could lead to
// incorrect paths in the resulting file if it will be stored in another
// directory then source file.
var res = this.createFile(path, 'include').process(path);
return U.writeFile(out, this.opts.minimize? this.minimize(res) : res);

@@ -24,0 +27,0 @@ },

2

package.json
{
"name": "borschik",
"description": "Extendable builder for text-based file formats",
"version": "0.2.3",
"version": "0.2.4",
"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