Socket
Socket
Sign inDemoInstall

has-to-string-tag-x

Package Overview
Dependencies
1
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

2

index.js

@@ -44,3 +44,3 @@ /**

*
* @version 1.0.2
* @version 1.0.3
* @author Xotic750 <Xotic750@gmail.com>

@@ -47,0 +47,0 @@ * @copyright Xotic750

@@ -45,3 +45,3 @@ (function(f){if(typeof exports==="object"&&typeof module!=="undefined"){module.exports=f()}else if(typeof define==="function"&&define.amd){define([],f)}else{var g;if(typeof window!=="undefined"){g=window}else if(typeof global!=="undefined"){g=global}else if(typeof self!=="undefined"){g=self}else{g=this}g.returnExports = f()}})(function(){var define,module,exports;return (function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a=typeof require=="function"&&require;if(!u&&a)return a(o,!0);if(i)return i(o,!0);var f=new Error("Cannot find module '"+o+"'");throw f.code="MODULE_NOT_FOUND",f}var l=n[o]={exports:{}};t[o][0].call(l.exports,function(e){var n=t[o][1][e];return s(n?n:e)},l,l.exports,e,t,n,r)}return n[o].exports}var i=typeof require=="function"&&require;for(var o=0;o<r.length;o++)s(r[o]);return s})({1:[function(require,module,exports){

*
* @version 1.0.2
* @version 1.0.3
* @author Xotic750 <Xotic750@gmail.com>

@@ -121,3 +121,3 @@ * @copyright Xotic750

*
* @version 1.0.3
* @version 1.0.4
* @author Xotic750 <Xotic750@gmail.com>

@@ -124,0 +124,0 @@ * @copyright Xotic750

@@ -1,2 +0,2 @@

!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var o;o="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,o.returnExports=e()}}(function(){var e,o,t;return function e(o,t,n){function s(f,i){if(!t[f]){if(!o[f]){var u="function"==typeof require&&require;if(!i&&u)return u(f,!0);if(r)return r(f,!0);var p=new Error("Cannot find module '"+f+"'");throw p.code="MODULE_NOT_FOUND",p}var l=t[f]={exports:{}};o[f][0].call(l.exports,function(e){var t=o[f][1][e];return s(t?t:e)},l,l.exports,e,o,t,n)}return t[f].exports}for(var r="function"==typeof require&&require,f=0;f<n.length;f++)s(n[f]);return s}({1:[function(e,o,t){!function(){"use strict";o.exports=e("has-symbol-support-x")&&"symbol"==typeof Symbol.toStringTag}()},{"has-symbol-support-x":2}],2:[function(e,o,t){!function(){"use strict";o.exports="function"==typeof Symbol&&"symbol"==typeof Symbol()}()},{}]},{},[1])(1)});
!function(e){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=e();else if("function"==typeof define&&define.amd)define([],e);else{var o;o="undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this,o.returnExports=e()}}(function(){return function e(o,t,n){function s(f,i){if(!t[f]){if(!o[f]){var u="function"==typeof require&&require;if(!i&&u)return u(f,!0);if(r)return r(f,!0);var p=new Error("Cannot find module '"+f+"'");throw p.code="MODULE_NOT_FOUND",p}var l=t[f]={exports:{}};o[f][0].call(l.exports,function(e){var t=o[f][1][e];return s(t?t:e)},l,l.exports,e,o,t,n)}return t[f].exports}for(var r="function"==typeof require&&require,f=0;f<n.length;f++)s(n[f]);return s}({1:[function(e,o,t){!function(){"use strict";o.exports=e("has-symbol-support-x")&&"symbol"==typeof Symbol.toStringTag}()},{"has-symbol-support-x":2}],2:[function(e,o,t){!function(){"use strict";o.exports="function"==typeof Symbol&&"symbol"==typeof Symbol()}()},{}]},{},[1])(1)});
//# sourceMappingURL=lib/has-to-string-tag-x.map
{
"name": "has-to-string-tag-x",
"version": "1.0.2",
"version": "1.0.3",
"description": "hasToStringTag test if @@toStringTag is supported.",

@@ -31,9 +31,9 @@ "homepage": "https://github.com/Xotic750/has-to-string-tag-x",

"dependencies": {
"has-symbol-support-x": "^1.0.3"
"has-symbol-support-x": "^1.0.4"
},
"devDependencies": {
"es5-shim": "^4.4.1",
"es6-shim": "^0.34.0",
"es6-shim": "^0.34.1",
"json3": "^3.3.2",
"jscs": "^2.7.0",
"jscs": "^2.8.0",
"uglify-js": "^2.6.1",

@@ -49,4 +49,4 @@ "browserify": "^12.0.1",

"build": "browserify -e index.js -o lib/has-to-string-tag-x.js -u 'crypto' -s returnExports",
"build-uglify": "uglifyjs lib/has-to-string-tag-x.js -o lib/has-to-string-tag-x.min.js --compress unused=false,dead_code=false --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-to-string-tag-x.map"
"build-uglify": "uglifyjs lib/has-to-string-tag-x.js -o lib/has-to-string-tag-x.min.js --compress --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/has-to-string-tag-x.map"
}
}

@@ -44,3 +44,3 @@ <a name="module_has-to-string-tag-x"></a>

**Version**: 1.0.2
**Version**: 1.0.3
**Author:** Xotic750 <Xotic750@gmail.com>

@@ -47,0 +47,0 @@ **License**: [MIT](&lt;https://opensource.org/licenses/MIT&gt;)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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