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

borschik

Package Overview
Dependencies
Maintainers
12
Versions
69
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

borschik - npm Package Versions

13
7

1.5.3

Diff

Changelog

Source

1.5.3

  • Fix enb-borschik error processing #112
  • csso update to 1.7.0 with a lot of fixes and speed improvements #116
  • uglify-js updated to 2.6.2 #113, #108, #106
  • UglifyJS has clear pretty error output. #114
Error: Unexpected token: name (foo) (line: 7437, col: 12, pos: 312592)
  7435 |        };
  7436 |    } else {
  7437 |        let foo = 'bar';
--------------------^
  7438 |        result = {
  7439 |            result: 0
blond
published 1.5.2 •

Changelog

Source

1.5.2

  • csso updated to 1.5.4
mishanga
published 1.5.1 •

Changelog

Source

1.5.1

  • uglify-js updated to 2.6.1
  • csso updated to 1.5.1
tadatuta
published 1.5.0 •

Changelog

Source

1.5.0

  • uglify-js updated to 2.4.24
  • csso updated to 1.4.2
arikon
published 1.4.1 •

tadatuta
published 1.4.0 •

Changelog

Source

1.4.0

  • You can now freeze .woff2, .js, .css and .cur files.
  • vow-fs was updated to 0.3.4.
arikon
published 1.3.2 •

Changelog

Source

1.3.2

You can now freeze .eot files.

doochik
published 1.3.1 •

Changelog

Source

1.3.1

You can now freeze .ico files.

doochik
published 1.3.0 •

Changelog

Source

1.3.0

New features

doochik
published 1.2.0 •

Changelog

Source

1.2.0

New features

  • borschik now supports techOptions as object in API #72
// old API (also supported)
borschik.api({
    techOptions: '{ "uglify": { "warnings": true } }'
});

// new API
borschik.api({
    techOptions: {
        uglify: {
            warnings: true
        }
    }
});
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