Socket
Socket
Sign inDemoInstall

amdefine

Package Overview
Dependencies
0
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.4 to 0.0.5

4

amdefine.js
/** vim: et:ts=4:sw=4:sts=4
* @license amdefine 0.0.4 Copyright (c) 2011, The Dojo Foundation All Rights Reserved.
* @license amdefine 0.0.5 Copyright (c) 2011, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.

@@ -155,3 +155,3 @@ * see: http://github.com/jrburke/amdefine for details

};
r = makeRequire(undefined, e, m, id);
r = makeRequire(require, e, m, id);
} else {

@@ -158,0 +158,0 @@ //Only support one define call per file

{
"name": "amdefine",
"description": "Provide AMD's define() API for declaring modules in the AMD format",
"version": "0.0.4",
"homepage": "http://github.com/jrburke/amdefine.js",
"version": "0.0.5",
"homepage": "http://github.com/jrburke/amdefine",
"author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",

@@ -17,2 +17,6 @@ "licenses": [

],
"repository": {
"type": "git",
"url": "https://github.com/jrburke/amdefine.git"
},
"main": "./amdefine.js",

@@ -19,0 +23,0 @@ "engines": {

@@ -13,3 +13,3 @@ # amdefine

"dependencies": {
"amdefine": ">=0.0.2"
"amdefine": ">=0.0.5"
}

@@ -41,3 +41,3 @@ ```

[Version 0.0.2](https://github.com/jrburke/amdefine/raw/0.0.2/amdefine.js)
[Latest Version](https://github.com/jrburke/amdefine/raw/latest/amdefine.js)

@@ -44,0 +44,0 @@ ## define() usage

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc