Socket
Socket
Sign inDemoInstall

arguments-extended

Package Overview
Dependencies
4
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

4

arguments-extended.min.js

@@ -1,3 +0,3 @@

/*! arguments-extended - v0.0.1 - 2013-05-10
/*! arguments-extended - v0.0.2 - 2013-06-05
* Copyright (c) 2013 Doug Martin; Licensed MIT */
(function(){"use strict";function e(e,t){function n(e,t){if(!d(e))throw new TypeError("args must be an Arguments object");return t=t||0,r.call(e,t)}var r=Array.prototype.slice,d=t.isArguments;return e.define(d,{toArray:n}).expose({argsToArray:n})}"undefined"!=typeof exports?"undefined"!=typeof module&&module.exports&&(module.exports=e(require("extended"),require("is-extended"))):"function"==typeof define?define(["extended","is-extended"],function(t,n){return e(t,n)}):this.argumentsExtended=e(this.extended,this.isExtended)}).call(this);
(function(){"use strict";function e(e,t){function n(e,t){if(!d(e))throw new TypeError("args must be an Arguments object");return t=t||0,r.call(e,t)}var r=Array.prototype.slice,d=t.isArguments;return e.define(d,{toArray:n}).expose({argsToArray:n})}"undefined"!=typeof exports?"undefined"!=typeof module&&module.exports&&(module.exports=e(require("extended"),require("is-extended"))):"function"==typeof define&&define.amd?define(["extended","is-extended"],function(t,n){return e(t,n)}):this.argumentsExtended=e(this.extended,this.isExtended)}).call(this);

@@ -32,3 +32,3 @@ (function () {

}
} else if ("function" === typeof define) {
} else if ("function" === typeof define && define.amd) {
define(["extended", "is-extended"], function (extended, is) {

@@ -35,0 +35,0 @@ return defineArgumentsExtended(extended, is);

{
"name": "arguments-extended",
"version": "0.0.1",
"version": "0.0.2",
"description": "Utilities for working with arguments object",

@@ -5,0 +5,0 @@ "main": "index.js",

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