Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

to-string-x

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

to-string-x - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

2

index.js

@@ -29,3 +29,3 @@ /**

*
* @version 1.1.2
* @version 1.2.0
* @author Xotic750 <Xotic750@gmail.com>

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

@@ -30,3 +30,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(_dereq_,module,exports){

*
* @version 1.1.2
* @version 1.2.0
* @author Xotic750 <Xotic750@gmail.com>

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

{
"name": "to-string-x",
"version": "1.1.2",
"version": "1.2.0",
"description": "ES6-compliant shim for ToString.",

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

},
"copyright": "Copyright (c) 2015-2016",
"copyright": "Copyright (c) 2015-2017",
"keywords": [

@@ -47,10 +47,10 @@ "ES6",

"json3": "^3.3.2",
"make-jasmine-spec-runner-html": "^1.0.4",
"make-jasmine-spec-runner-html": "^1.1.0",
"nodemon": "^1.11.0",
"nsp": "^2.6.3",
"replace-x": "^1.0.0",
"replace-x": "^1.1.1",
"uglify-js": "^2.8.16"
},
"scripts": {
"build": "npm run build:setver && npm run security && npm run eslint && npm run broswerify && npm run uglify && npm run docs && npm run build:jasmine && npm test",
"build": "npm run build:setver && npm run security && npm run eslint && npm run browserify && npm run uglify && npm run docs && npm run build:jasmine && npm test",
"build:jasmine": "make-jasmine-spec-runner-html",

@@ -64,5 +64,5 @@ "build:setver": "PKG_VER=$(node -p -e \"require('./package.json').version\") && replace-x \" @version .*\" \" @version ${PKG_VER}\" index.js",

"test:watch": "nodemon --watch tests/spec/test.js --exec 'npm test'",
"broswerify": "browserify -p browserify-derequire -e index.js -o lib/to-string-x.js -u 'crypto' -s returnExports",
"browserify": "browserify -p browserify-derequire -e index.js -o lib/to-string-x.js -u 'crypto' -s returnExports",
"uglify": "uglifyjs lib/to-string-x.js -o lib/to-string-x.min.js --compress --keep-fnames --mangle --beautify ascii_only=true,beautify=false --source-map lib/to-string-x.map"
}
}

@@ -29,3 +29,3 @@ <a name="module_to-string-x"></a>

**See**: [7.1.12 ToString ( argument )](http://www.ecma-international.org/ecma-262/6.0/#sec-tostring)
**Version**: 1.1.2
**Version**: 1.2.0
**Author**: Xotic750 <Xotic750@gmail.com>

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