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

m8

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

m8 - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

build.js

5

m8.js
;!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 },

7

package.json

@@ -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

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