20161024.1.0 • Published 6 years ago

obvious-closure-library v20161024.1.0

Weekly downloads
272
License
Apache-2.0
Repository
github
Last release
6 years ago

Closure Library Build Status

This is Medium's fork of the Google Closure Library.

We try to keep it reasonably up to date, but only after testing that it is compatible with our products. There may occasionally be changes introduced to work around temporary issues or to try out fixes in preparation of upstream patches.

The package number reflects the date that we last merged the fork. We rebase our changes on top of origin/master, so that our modifications are always on top of the closure-library master changes.

Using

require('obvious-closure-library').bootstrap()
goog.require('goog.string.linkify')
goog.string.linkify.linkifyPlainText('Hello www.world.com')

NPM Info

The repository contains a lot of test files and demos, as such we include a postinstall script that removes these files from the node_modules directory when installed via NPM.

Contributing

This project isn't intended for external contribution, we suggest instead you send patches directly.

Original Readme

Closure Library is a powerful, low-level JavaScript library designed for building complex and scalable web applications. It is used by many Google web applications, such as Google Search, Gmail, Google Docs, Google+, Google Maps, and others.

For more information, visit the Google Developers or GitHub sites.

Download the latest stable version on our releases page.

Developers, please see the Generated API Documentation.

See also the goog.ui Demos

Using with Node.js

Install the official package from npm.

npm install google-closure-library

Require the package and use goog.require normally.

require("google-closure-library");

goog.require("goog.crypt.Sha1");

var sha1 = new goog.crypt.Sha1();
sha1.update("foobar");
var hash = sha1.digest();
20161024.1.0

6 years ago

20180910.2.0

6 years ago

20180910.1.0

6 years ago

20180910.0.0

6 years ago

20161024.0.0

7 years ago

20160713.0.0

8 years ago

20151008.0.1

8 years ago

20151008.0.0

9 years ago

20150605.0.0

9 years ago

20150218.0.0

9 years ago

20141022.0.0

10 years ago

20140718.1.3

10 years ago

20140718.1.2

10 years ago

20140718.1.1

10 years ago

20140718.1.0

10 years ago

20140718.0.0

10 years ago

20140401.0.2

10 years ago

20140401.0.1

10 years ago

20140401.0.0

10 years ago

20131217.0.0

10 years ago

20131213.0.1

10 years ago

20131213.0.0

10 years ago

20130912.0.1

11 years ago

20130912.0.0

11 years ago

20130319.0.4

11 years ago

20130319.0.3

11 years ago

20130319.0.2

11 years ago