Comparing version 0.1.6 to 0.1.7
;!function( root, Name ) { | ||
;!function( root, Name, PACKAGE ) { | ||
"use strict"; | ||
@@ -384,4 +384,5 @@ | ||
iter( PACKAGE ) || ( PACKAGE = root ); | ||
defs( ( __lib__ = expose( __lib__, Name, ENV == 'commonjs' ? module : root ) ), { | ||
defs( ( __lib__ = expose( __lib__, Name, ENV == 'commonjs' ? module : PACKAGE ) ), { | ||
// properties | ||
@@ -388,0 +389,0 @@ ENV : ENV, global : { value : root }, modes : { value : modes }, |
@@ -8,3 +8,3 @@ { | ||
"description" : "m8 is a small utility library you might find useful or just plain annoying.", | ||
"devDependencies" : { "Templ8" : ">= 0.3.0", "mkdirp" : ">= 0.3.0", "uglify-js" : ">= 1.2.5" }, | ||
"devDependencies" : { "Templ8" : ">= 0.3.0", "mkdirp" : ">= 0.3.0", "mocha" : ">= 1.3.0", "uglify-js" : ">= 1.2.5" }, | ||
"keywords" : ["api", "framework", "functional", "javascript", "library", "programming", "utility"], | ||
@@ -21,3 +21,6 @@ "licenses" : [ { | ||
}, | ||
"version" : "0.1.6" | ||
"scripts" : { | ||
"test" : "mocha --globals mocha,expect.js,m8 --reporter spec --ui tdd --colors ./test/m8.test.js" | ||
}, | ||
"version" : "0.1.7" | ||
} |
@@ -7,7 +7,2 @@ # m8.js | ||
## WARNING!!! | ||
While **m8** has been tested, the testing framework I've written and used is very much a work in progress. | ||
Also I'm currently between virtual machine software and operating system licenses, so I have only tested on mac osx lion and snow leopard: nodejs – >= v0.6.13 – as well as current – and beta/ nightly – versions of Chrome, Safari/ Webkit and FireFox. | ||
## A note on the archticture | ||
@@ -14,0 +9,0 @@ The bulk of the `m8` API, lives under the `m8` namespace. There are a few extensions to JavaScript Natives. |
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
104851
20
1361
4
3
862
4
1