Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

jymin

Package Overview
Dependencies
Maintainers
2
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jymin - npm Package Compare versions

Comparing version 0.0.4 to 0.1.4

.travis.yml

61

package.json
{
"name": "jymin",
"title": "Jymin",
"description": "Tiny JavaScript for a Big World",
"version": "0.0.4",
"main": "dist/jymin.js",
"homepage": "http://jymin.com",
"author": {
"name": "Jymin Contributors",
"url": "https://github.com/eubsoft/jymin/blob/master/AUTHORS.txt"
},
"repository": {
"type": "git",
"url": "https://github.com/eubsoft/jymin.git"
},
"description": "jymin is a Zerious module",
"keywords": [
"jymin",
"javascript",
"library",
"minify"
"you",
"minify",
"fast",
"minifiable",
"jquery",
"zepto",
"alternative"
],
"version": "0.1.4",
"main": "chug/chug.js",
"homepage": "http://lighter.io/jymin",
"repository": "http://github.com/zerious/jymin.git",
"bugs": {
"url": "http://github.com/zerious/jymin/issues"
},
"author": {
"name": "Sam Eubank",
"email": "sameubank@gmail.com"
},
"contributors": {
"name": "Sam Eubank",
"email": "sameubank@gmail.com"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/eubsoft/jymin/blob/master/MIT-LICENSE.txt"
"url": "https://github.com/zerious/jymin/blob/master/MIT-LICENSE.md"
}
],
"engines": [
"node >= 0.2.6"
],
"scripts": {
"test": "mocha",
"retest": "mocha --watch",
"cover": "istanbul cover _mocha",
"report": "open coverage/lcov-report/index.html",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},
"dependencies": {},
"devDependencies": {
"uglify-js": "2.4.12"
},
"readmeFilename": "README.md"
"zeriousify": "0.1.3",
"assert-plus": "0.1.5",
"mocha": "1.18.2",
"istanbul": "0.2.8",
"coveralls": "2.10.0",
"chug": "0.1.8",
"figlet": "1.0.8"
}
}

@@ -1,11 +0,9 @@

[Jymin](http://jymin.com/) - Tiny JavaScript for a Big World
============================================================
# Jymin - Tiny JavaScript for a Big World
Jymin is a library of utilities for DOM manipulation, AJAX, Arrays, Objects,
Stings, Socket.IO and much more. You can use as much or as little as you want,
without bloating your front-end code.
[![NPM Version](https://badge.fury.io/js/jymin.png)](http://badge.fury.io/js/jymin)
[![Build Status](https://travis-ci.org/zerious/jymin.png?branch=master)](https://travis-ci.org/zerious/jymin)
[![Code Coverage](https://coveralls.io/repos/zerious/jymin/badge.png?branch=master)](https://coveralls.io/r/zerious/jymin)
[![Dependencies](https://david-dm.org/zerious/jymin.png?theme=shields.io)](https://david-dm.org/zerious/jymin)
[![Support](http://img.shields.io/gittip/zerious.png)](https://www.gittip.com/zerious/)
Minification
------------
Jymin is "JavaScript You Minify", meaning Jymin scripts get concatenated with

@@ -17,6 +15,6 @@ your application code and minfied within a single function closure. Functions

Contributing
------------
## Contributing
Jymin encourages community code contribution. Since the library is just
getting started, please get in touch with Sam Eubank if you're interested in
contributing.

Sorry, the diff of this file is not supported yet

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