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

bobril-build

Package Overview
Dependencies
Maintainers
1
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bobril-build - npm Package Versions

1
15

0.31.0

Diff

Changelog

Source

0.31.0

Added

  • IncludeSources feature mainly for including d.ts files into compilation. See TestProjects/IncludeSources/package.json for example.
bobris
published 0.30.0 •

Changelog

Source

0.30.0

Fixed

  • Prevent build cache poisoning in case of error in any file not just one storing to cache.
bobris
published 0.28.0 •

Changelog

Source

0.28.0

Improved

  • Bundling speed due to fix in uglify-es.

Changed

  • Default regex for test sources now includes also spec.d.ts files allowing easily extend build in jasmine matchers.

Fixed

  • BuildCache with JavaScript source without d.ts crashed.
bobris
published 0.27.0 •

Changelog

Source

0.27.0

Fixed

  • Wrong source maps when js source ended with new line.

Changed

  • build -u 1 command now just update translations, but does not output any build files making it much faster.
bobris
published 0.26.0 •

Changelog

Source

0.26.0

Fixed

  • Crash of minification with very complex files by using custom build of ChakraCore.dll (only for Windows)
  • Again rewritten file watching.
bobris
published 0.25.0 •

Changelog

Source

0.25.0

Fixed

  • g.t("x",null,"hint") is now detected as without params.
  • Upgraded to Chakra Core 1.8.2
  • Fixed parsing of translation files
  • And many more ...
bobris
published 0.24.0 •

Changelog

Source

0.24.0

Fixed

  • Disabling dependencies update from package.json didn't worked.
  • More then doubled stack size for ChakraCore by forking JavaScriptEngineSwitcher.ChakraCore preventing stack overflows for complex TypeScript code.
bobris
published 0.23.0 •

Changelog

Source

0.23.0

Removed

  • Not using IL Linker anymore, it too buggy.
bobris
published 0.22.0 •

Changelog

Source

0.22.0

Fixed

  • Build Cache now really speed up compilation.

Added

  • Auto patching of TypeScript 2.8.1 to make it possible to use. Still left TS 2.7.2 as default, due to new errors occurring in large code bases.
bobris
published 0.21.0 •

Changelog

Source

0.21.0

Improved

  • TypeScript parsing AST cache is now enabled only for d.ts files. Decreasing needed memory.

Implemented

  • If module missing types search in node_modules/@types/name/index.d.ts
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