Socket
Socket
Sign inDemoInstall

transparency

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transparency - npm Package Compare versions

Comparing version 0.7.9 to 0.7.10

dist/transparency.js

4

component.json
{
"name": "transparency",
"version": "0.7.9",
"main": "./lib/transparency.js"
"version": "0.7.10",
"main": "./dist/transparency.js"
}
{
"name" : "transparency",
"version" : "0.7.9",
"main" : "lib/transparency",
"description" : "Transparency is a minimal template engine for browsers. It maps JSON objects to DOM elements with zero configuration.",
"homepage" : "https://github.com/leonidas/transparency",
"repository" : {"type": "git",
"url" : "https://github.com/leonidas/transparency.git"},
"keywords" : ["template", "templating", "engine", "unobtrusive", "semantic"],
"author" : "Jarno Keskikangas <jarno.keskikangas@leonidasoy.fi>",
"contributors" : ["Janne Hietamäki <janne.hietamaki@leonidasoy.fi>",
"Sami Hangaslammi <sami.hangaslammi@leonidasoy.fi>",
"Toni Jyrkinen <toni.jyrkinen@leonidasoy.fi>",
"Antti Tarvainen <antti.tarvainen@leonidasoy.fi>",
"Tomi Laine <tomi.laine@leonidasoy.fi>",
"Mikko Ohtamaa <mikko@opensourcehacker.com>"
],
"licenses" : ["MIT"],
"dependencies" : {"jsdom" : ">=0.2.10"},
"devDependencies": {"jasmine-node" : "=1.0.26",
"coffee-script": ">=1.2.x",
"jquery" : ">=1.6.x",
"uglify-js" : ">=1.2.5"},
"scripts" : {"test": "jasmine-node --coffee spec",
"build": "cake build",
"pre-publish": "cake build"}
"name": "transparency",
"version": "0.7.10",
"main": "dist/transparency",
"description": "Transparency is a minimal template engine for browsers. It maps JSON objects to DOM elements with zero configuration.",
"homepage": "https://github.com/leonidas/transparency",
"repository": {
"type": "git",
"url": "https://github.com/leonidas/transparency.git"
},
"keywords": [
"template",
"templating",
"engine",
"unobtrusive",
"semantic"
],
"author": "Jarno Keskikangas <jarno.keskikangas@leonidasoy.fi>",
"contributors": [
"Janne Hietamäki <janne.hietamaki@leonidasoy.fi>",
"Sami Hangaslammi <sami.hangaslammi@leonidasoy.fi>",
"Toni Jyrkinen <toni.jyrkinen@leonidasoy.fi>",
"Antti Tarvainen <antti.tarvainen@leonidasoy.fi>",
"Tomi Laine <tomi.laine@leonidasoy.fi>",
"Mikko Ohtamaa <mikko@opensourcehacker.com>"
],
"licenses": [
"MIT"
],
"dependencies": {
"jsdom": ">=0.2.10"
},
"devDependencies": {
"coffee-script": ">=1.4.x",
"jquery": ">=1.8.x",
"grunt": "~0.3.17",
"grunt-contrib-coffee": "~0.3.2",
"grunt-jasmine-task": "~0.2.3"
},
"scripts": {
"test": "grunt test"
}
}

@@ -52,3 +52,3 @@ # Synopsis

Get the [compiled and minified version](https://raw.github.com/leonidas/transparency/master/lib/transparency.min.js)
Get the [compiled and minified version](https://raw.github.com/leonidas/transparency/master/dist/transparency.min.js)
and include it to your application. jQuery is optional, but if you happen to use it, Transparency registers itself

@@ -483,6 +483,7 @@ as a plugin.

$ npm install grunt -g # command-line build tool to enable TDD, auto-complation and minification
$ npm install # Install the dependencies
$ npm test # Run the tests
$ npm run-script build # Generate JavaScript libs from the CoffeeScript sources
$ grunt # Compile, run tests, minify and start watching for modifications
For further information, see [Transparency wiki](https://github.com/leonidas/transparency/wiki).

@@ -489,0 +490,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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