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.6 to 0.0.7

6

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

@@ -11,4 +11,2 @@ * see: http://github.com/jrburke/amdefine for details

var path = require('path');
/**

@@ -25,5 +23,7 @@ * Creates a define for node.

function amdefine(module, require) {
'use strict';
var defineCache = {},
loaderCache = {},
alreadyCalled = false,
path = require('path'),
makeRequire, stringRequire;

@@ -30,0 +30,0 @@

{
"name": "amdefine",
"description": "Provide AMD's define() API for declaring modules in the AMD format",
"version": "0.0.6",
"version": "0.0.7",
"homepage": "http://github.com/jrburke/amdefine",

@@ -6,0 +6,0 @@ "author": "James Burke <jrburke@gmail.com> (http://github.com/jrburke)",

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

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

@@ -16,0 +16,0 @@ ```

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