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

borschik

Package Overview
Dependencies
Maintainers
7
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

borschik - npm Package Versions

1
7

1.1.0

Diff

Changelog

Source

1.1.0

New features

  • borschik now supports input as string #69. Use inputString and basePath options in API
borschik.api({
    basePath: '.',
    inputString: 'var a = 1;',
    tech: 'js'
}).then(function(result) {

}, function(error) {

});

Fixes

  • Better Windows support #66
  • Better errors while freeze #71
doochik
published 1.0.5 •

Changelog

Source

1.0.5

  • Fix SVG filters inlining #64
doochik
published 1.0.4 •

Changelog

Source

1.0.4

  • Add encodeURI inlining method #62
doochik
published 1.0.3 •

Changelog

Source

1.0.3

  • Improve compatibility with LESS #59
doochik
published 1.0.2 •

Changelog

Source

1.0.2

  • UglifyJS options support in JS tech.
$ borschik --input=myfile.js --tech-options='{"uglify":{"output":{"max_line_len": 100},"warnings":true}}'
doochik
published 1.0.1 •

Changelog

Source

1.0.1

  • Add support to use borschik.link() with node.js
doochik
published 1.0.0 •

Changelog

Source

1.0.0

doochik
published 0.4.2 •

Changelog

Source

0.4.2

  • borschik can inline .jpg files now.
  • Update dependencies: csso@1.3.10, uglify-js@2.4.6, vow@0.3.12
doochik
published 0.4.1 •

Changelog

Source

0.4.1

doochik
published 0.4.0 •

Changelog

Source

0.4.0

This version is partially incompatible with 0.3.x

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