Socket
Socket
Sign inDemoInstall

metal

Package Overview
Dependencies
Maintainers
6
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

metal - npm Package Compare versions

Comparing version 2.16.5 to 2.16.6

lib/array/array.js.map

3

lib/array/array.js

@@ -141,2 +141,3 @@ 'use strict';

exports.default = array;
exports.default = array;
//# sourceMappingURL=array.js.map

@@ -238,2 +238,3 @@ /* !

exports.default = async;
exports.default = async;
//# sourceMappingURL=async.js.map

@@ -30,2 +30,3 @@ 'use strict';

exports.default = core;
exports.core = core;
exports.core = core;
//# sourceMappingURL=core.js.map

@@ -124,3 +124,3 @@ 'use strict';

* Gets the name of the given function. If the current browser doesn't
* support the `name` property, this will calculate it from the function's
* support the `name` property, like IE11, this will calculate it from the function's
* content string.

@@ -341,2 +341,3 @@ * @param {!function()} fn

*/
function nullFunction() {}
function nullFunction() {}
//# sourceMappingURL=coreNamed.js.map

@@ -73,2 +73,3 @@ 'use strict';

exports.default = Disposable;
exports.default = Disposable;
//# sourceMappingURL=Disposable.js.map

@@ -49,2 +49,3 @@ 'use strict';

exports.string = _string2.default;
exports.default = _core2.default;
exports.default = _core2.default;
//# sourceMappingURL=metal.js.map

@@ -120,2 +120,3 @@ 'use strict';

exports.default = object;
exports.default = object;
//# sourceMappingURL=object.js.map

@@ -123,2 +123,3 @@ 'use strict';

exports.default = string;
exports.default = string;
//# sourceMappingURL=string.js.map
{
"name": "metal",
"version": "2.16.5",
"version": "2.16.6",
"description": "Core functions from Metal.js, with utilities for dealing with arrays, objects and others.",

@@ -18,3 +18,3 @@ "license": "BSD-3-Clause",

"scripts": {
"compile": "babel --no-babelrc --presets env -d lib/ src/",
"compile": "babel --no-babelrc --presets env -d lib/ src/ -s",
"prepublish": "npm run compile"

@@ -29,3 +29,4 @@ },

"babel-preset-env": "^1.6.0"
}
},
"gitHead": "37ffafd546b754369cebb3596c95500e711ea5ae"
}

@@ -93,3 +93,3 @@ 'use strict';

* Gets the name of the given function. If the current browser doesn't
* support the `name` property, this will calculate it from the function's
* support the `name` property, like IE11, this will calculate it from the function's
* content string.

@@ -96,0 +96,0 @@ * @param {!function()} fn

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