Socket
Socket
Sign inDemoInstall

oolong

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install
2Next

1.15.1

Diff

Changelog

Source

1.15.1 (Jul 21, 2016)

  • Fixes [Oolong.create][create] to not mutate the prototype argument under global strict mode when given objects to assign to it.
    This affected only people running their JavaScript engine (like V8) under global strict mode (--use-strict), which seems very rare.
moll
published 1.15.0 •

Changelog

Source

1.15.0 (Jul 15, 2016)

  • Adds [Oolong.assignOwn][assignOwn].
moll
published 1.14.1 •

Changelog

Source

1.14.1 (Nov 12, 2015)

  • Changes [Oolong.pickDeep][pickDeep] to take an array of keys (["a", "b", "c"]) instead of a string with embedded periods (a.b.c).
    As using periods initially was a brain fluke noticed shortly after releasing v1.14, increasing only the patch version number.
moll
published 1.14.0 •

Changelog

Source

1.14.0 (Nov 12, 2015)

  • Adds [Oolong.pick][pick].
  • Adds [Oolong.pickDeep][pickDeep].
moll
published 1.13.0 •

Changelog

Source

1.13.0 (Jul 24, 2015)

  • Adds [Oolong.property][property].
  • Adds [Oolong.object][object].
  • Adds [Oolong.pluck][pluck].
moll
published 1.12.0 •

Changelog

Source

1.12.0 (Jun 26, 2015)

  • Adds [Oolong.setPrototypeOf][setPrototypeOf].
moll
published 1.11.1 •

Changelog

Source

1.11.1 (Jun 24, 2015)

  • Fixes [Oolong.isPlainObject][isPlainObject] to return false for Array.prototype.
    JavaScript is a prototypical language after all and the prototype of an array is an array.
moll
published 1.11.0 •

Changelog

Source

1.11.0 (Jun 14, 2015)

  • Adds [Oolong.lookupGetter][lookupGetter].
  • Adds [Oolong.lookupSetter][lookupSetter].
moll
published 1.10.0 •

Changelog

Source

1.10.0 (Jun 12, 2015)

  • Adds [Oolong.isObject][isObject].
moll
published 1.9.0 •

Changelog

Source

1.9.0 (Jun 1, 2015)

  • Adds [Oolong.wrap][wrap].
2Next
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc