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

d6

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

d6 - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

2

chug/chug.js

@@ -28,3 +28,3 @@ var cwd = process.cwd();

/^.*\/(node_modules|[Ww]ork[Ss]?p?a?c?e?)\/([a-z]+)\/(.*?)$/,
' * https://github.com/zerious/$2/blob/master/$3');
' * https://github.com/lighterio/$2/blob/master/$3');
});

@@ -31,0 +31,0 @@ asset.setContent((

@@ -13,12 +13,12 @@ /**

* Source files:
* https://github.com/zerious/jymin/blob/master/scripts/ajax.js
* https://github.com/zerious/jymin/blob/master/scripts/collections.js
* https://github.com/zerious/jymin/blob/master/scripts/dom.js
* https://github.com/zerious/jymin/blob/master/scripts/events.js
* https://github.com/zerious/jymin/blob/master/scripts/forms.js
* https://github.com/zerious/jymin/blob/master/scripts/history.js
* https://github.com/zerious/jymin/blob/master/scripts/logging.js
* https://github.com/zerious/jymin/blob/master/scripts/strings.js
* https://github.com/zerious/jymin/blob/master/scripts/types.js
* https://github.com/zerious/lighter/blob/master/node_modules/d6/scripts/d6-jymin.js
* https://github.com/lighterio/jymin/blob/master/scripts/ajax.js
* https://github.com/lighterio/jymin/blob/master/scripts/collections.js
* https://github.com/lighterio/jymin/blob/master/scripts/dom.js
* https://github.com/lighterio/jymin/blob/master/scripts/events.js
* https://github.com/lighterio/jymin/blob/master/scripts/forms.js
* https://github.com/lighterio/jymin/blob/master/scripts/history.js
* https://github.com/lighterio/jymin/blob/master/scripts/logging.js
* https://github.com/lighterio/jymin/blob/master/scripts/strings.js
* https://github.com/lighterio/jymin/blob/master/scripts/types.js
* https://github.com/lighterio/lighter/blob/master/node_modules/d6/scripts/d6-jymin.js
*/

@@ -2041,3 +2041,2 @@

forEach(scripts, execute);
onReady(document);
}

@@ -2044,0 +2043,0 @@ };

@@ -7,8 +7,8 @@ {

],
"version": "0.1.4",
"version": "0.1.5",
"main": "d6.js",
"homepage": "http://lighter.io/d6",
"repository": "http://github.com/zerious/d6.git",
"repository": "http://github.com/lighterio/d6.git",
"bugs": {
"url": "http://github.com/zerious/d6/issues"
"url": "http://github.com/lighterio/d6/issues"
},

@@ -24,7 +24,7 @@ "author": "Sam Eubank <sameubank@gmail.com>",

"build": "node chug/chug",
"test": "mocha",
"retest": "mocha --watch",
"cover": "istanbul cover _mocha",
"test": "./node_modules/exam/exam.js",
"retest": "./node_modules/exam/exam.js --watch",
"cover": "istanbul cover ./node_modules/exam/exam.js",
"report": "open coverage/lcov-report/index.html",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
"coveralls": "istanbul cover ./node_modules/exam/exam.js --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
},

@@ -35,6 +35,5 @@ "dependencies": {

"devDependencies": {
"zeriousify": "0.1.5",
"mocha": "1.20.1",
"zeriousify": "0.1.9",
"exam": "0.0.5",
"istanbul": "0.2.11",
"assert-plus": "0.1.5",
"coveralls": "2.10.1",

@@ -46,5 +45,5 @@ "figlet": "1.0.9"

"type": "MIT",
"url": "http://github.com/zerious/d6/blob/master/MIT-LICENSE.md"
"url": "http://github.com/lighterio/d6/blob/master/MIT-LICENSE.md"
}
]
}
# D6
[![NPM Version](https://badge.fury.io/js/d6.png)](http://badge.fury.io/js/d6)
[![Build Status](https://travis-ci.org/zerious/d6.png?branch=master)](https://travis-ci.org/zerious/d6)
[![Code Coverage](https://coveralls.io/repos/zerious/d6/badge.png?branch=master)](https://coveralls.io/r/zerious/d6)
[![Dependencies](https://david-dm.org/zerious/d6.png?theme=shields.io)](https://david-dm.org/zerious/d6)
[![Support](http://img.shields.io/gittip/zerious.png)](https://www.gittip.com/zerious/)
[![Build Status](https://travis-ci.org/lighterio/d6.png?branch=master)](https://travis-ci.org/lighterio/d6)
[![Code Coverage](https://coveralls.io/repos/lighterio/d6/badge.png?branch=master)](https://coveralls.io/r/lighterio/d6)
[![Dependencies](https://david-dm.org/lighterio/d6.png?theme=shields.io)](https://david-dm.org/lighterio/d6)
[![Support](http://img.shields.io/gittip/zerious.png)](https://www.gittip.com/lighterio/)

@@ -9,0 +9,0 @@ D6 is an isomorphic JavaScript renderer. If you use Lighter with Ltl, D6 can

@@ -365,3 +365,2 @@ /**

forEach(scripts, execute);
onReady(document);
}

@@ -368,0 +367,0 @@ };

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