New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mate

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mate

A library that extends native JavaScript / CoffeeScript.

  • 0.5.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
23
decreased by-46.51%
Maintainers
1
Weekly downloads
 
Created
Source

Mate is your JavaScript/CoffeeScript mate that brings these key features:

  • Class Events
  • Array Extensions
  • Advanced Timers
  • "Functional" Functions
  • Complex Math
  • Unit Test
  • ECMAScript 6th Features

Mate performs consistently in all modern browsers and node.js.

Tutorial

Visit author's website for tutorial!

Compile

(This section is only for author of this repo, so other developers can just ignore it. Also note: This compilation method is only for Linux / Mac OS.)

Before commiting a release version of this project, code files must be compiled by following these steps:

First, make sure "coffee-script" v1.6.3 and "uglify-js" v2.4.13 node packages have been installed GLOBALLY.

Then, in Terminal, go to the repo's directory, and type:

coffee -bp -j mate.js -c src/*.coffee | cat - src/package-start.txt package.json src/package-end.txt > mate.js && uglifyjs mate.js -o mate.min.js -m --screw-ie8 --comments && coffee -b -j test/compiled.js -c test/*.coffee && coffee -b -j test-test/compiled.js -c test-test/*.coffee

Keywords

FAQs

Package last updated on 06 May 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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