core-lib icon indicating copy to clipboard operation
core-lib copied to clipboard

A port of the Ruby 1.9.3 corelib to coffeescript/javascript/node that conforms to rubyspec.org.

Results 7 core-lib issues
Sort by recently updated
recently updated
newest added

Bumps [rake](https://github.com/ruby/rake) from 10.0.4 to 12.3.3. Changelog *Sourced from [rake's changelog](https://github.com/ruby/rake/blob/master/History.rdoc).* > === 12.3.3 > > ==== Bug fixes > > * Use the application's name in error message if...

dependencies

Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.6.12. Changelog *Sourced from [rack's changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md).* > ## [1.6.12] - 2019-12-08 > > - [[CVE-2019-16782](https://nvd.nist.gov/vuln/detail/CVE-2019-16782)] Prevent timing attacks targeted at session ID lookup. ([@​tenderlove](https://github.com/tenderlove), [@​rafaelfranca](https://github.com/rafaelfranca))...

dependencies

Bumps [ffi](https://github.com/ffi/ffi) from 1.1.5 to 1.11.3. Changelog *Sourced from [ffi's changelog](https://github.com/ffi/ffi/blob/master/CHANGELOG.md).* > 1.11.3 / 2019-11-25 > ------------------- > > Removed: > * Remove support for tainted objects which cause deprecation...

dependencies

Bumps [rubyzip](https://github.com/rubyzip/rubyzip) from 0.9.9 to 2.0.0. Release notes *Sourced from [rubyzip's releases](https://github.com/rubyzip/rubyzip/releases).* > ## v2.0.0 > Security > > - Default the `validate_entry_sizes` option to `true`, so that callers can...

dependencies

Running on Ubuntu 16: ```txt > coffee -v CoffeeScript version 1.11.1 > node -v v6.7.0 > uname -r 4.4.0-47-generic ``` The lib version: ```txt "rubyjs": "^0.7.2" ``` I haven't seen...

Consider to allow god mode to prefix only non-overridden methods. This can be tricky as ES spec evolved, but still it gives you compatibility and comfort in the same time.

When using the 'god mode' with override set to true i've got a stack overflow. Code to reproduce (CS) ``` { R } = require('rubyjs') R.god_mode '', yes test =...