Socket
Socket
Sign inDemoInstall

has-to-string-tag-x

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

has-to-string-tag-x - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

index.js

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

*
* @version 1.0.1
* @version 1.0.2
* @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.1
* @version 1.0.2
* @author Xotic750 <Xotic750@gmail.com>

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

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

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

{
"name": "has-to-string-tag-x",
"version": "1.0.1",
"version": "1.0.2",
"description": "hasToStringTag test if @@toStringTag is supported.",

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

"dependencies": {
"has-symbol-support-x": "^1.0.2"
"has-symbol-support-x": "^1.0.3"
},

@@ -40,5 +40,5 @@ "devDependencies": {

"uglify-js": "^2.6.1",
"browserify": "12.0.1",
"browserify": "^12.0.1",
"jasmine-node": "^1.14.5",
"jsdoc-to-markdown": "^1.3.1"
"jsdoc-to-markdown": "^1.3.3"
},

@@ -48,3 +48,3 @@ "scripts": {

"style": "jscs index.js",
"docs": "jsdoc2md --name-format code --example-lang js table index.js > README.md",
"docs": "jsdoc2md --name-format --example-lang js index.js > README.md",
"build": "browserify -e index.js -o lib/has-to-string-tag-x.js -u 'crypto' -s returnExports",

@@ -51,0 +51,0 @@ "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"

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

**Version**: 1.0.1
**Version**: 1.0.2
**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

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