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

23
15

2.4.0

Diff

Changelog

Source

2.4.0

Added

Load assets also from .bbrc file not just package.json.

bobris
published 2.3.1 •

Changelog

Source

2.3.1

Fixed

Compression bug related to destructuring.

bobris
published 2.3.0 •

Changelog

Source

2.3.0

Fixed

Preserve Tests results even after test client is disconnected. New test run will clear all these old results.

Scss import imports failed.

JS Relative import of path failed.

bobris
published 2.2.1 •

Changelog

Source

2.2.1

Fixed

  • bundler failed on class { get [x](){} }
bobris
published 2.2.0 •

Changelog

Source

2.2.0

Changed

  • Default TypeScript version is 4.6.2

Added

Allow to use Template strings inside bobril-g11n.t when targeting ES2015.

bobris
published 2.1.0 •

Changelog

Source

2.1.0

Added

  • Jasmine 4.0.0: "bobril": { "jasmineVersion" : "4.0" }
bobris
published 2.0.0 •

Changelog

Source

2.0.0

New defaults

Target and TS Libs are ES2019. ES5 target is still supported just not default anymore.

Removed

Old Bundler in JS. Command line option -x to choose bundler. New Njsast based bundler is now only options.

bobris
published 0.82.0 •

Changelog

Source

0.82.0

Added

  • Package.json bobril section testDirectories can define array of relative paths to search test files

Fixed

  • Minor crashes
bobris
published 0.81.0 •

Changelog

Source

0.81.0

Changed

  • Default TypeScript version is 3.4.5

Added

  • b.asset now forces external resource handling when parameter is prefixed by resource: like:
console.log(b.asset("resource:./src/file.js")); // depending on mode prints "src/file.js" or "b.js"
  • b.asset("node_modules/x") now also search parent node_modules directories

Fixed

  • Asset resolving now correctly relative to common build directory and not to project directory
bobris
published 0.80.5 •

23
15
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