cached-constructors-x
Advanced tools
Comparing version 1.0.0 to 1.0.1
/** | ||
* @file Constructors cached from literals. | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
* @author Xotic750 <Xotic750@gmail.com> | ||
@@ -22,2 +22,3 @@ * @copyright Xotic750 | ||
Boolean: true.constructor, | ||
Function: function () {}.constructor, | ||
Number: (0).constructor, | ||
@@ -24,0 +25,0 @@ Object: {}.constructor, |
@@ -1,5 +0,5 @@ | ||
(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){ | ||
(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(){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}return e})()({1:[function(_dereq_,module,exports){ | ||
/** | ||
* @file Constructors cached from literals. | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
* @author Xotic750 <Xotic750@gmail.com> | ||
@@ -23,2 +23,3 @@ * @copyright Xotic750 | ||
Boolean: true.constructor, | ||
Function: function () {}.constructor, | ||
Number: (0).constructor, | ||
@@ -25,0 +26,0 @@ Object: {}.constructor, |
@@ -1,4 +0,5 @@ | ||
!function(f){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=f();else if("function"==typeof define&&define.amd)define([],f);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).returnExports=f()}}(function(){return function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a="function"==typeof require&&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||e)},l,l.exports,e,t,n,r)}return n[o].exports}for(var i="function"==typeof require&&require,o=0;o<r.length;o++)s(r[o]);return s}({1:[function(_dereq_,module,exports){/** | ||
!function(f){if("object"==typeof exports&&"undefined"!=typeof module)module.exports=f();else if("function"==typeof define&&define.amd)define([],f);else{("undefined"!=typeof window?window:"undefined"!=typeof global?global:"undefined"!=typeof self?self:this).returnExports=f()}}(function(){return function e(t,n,r){function s(o,u){if(!n[o]){if(!t[o]){var a="function"==typeof require&&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||e)},l,l.exports,e,t,n,r)}return n[o].exports}for(var i="function"==typeof require&&require,o=0;o<r.length;o++)s(r[o]);return s}({1:[function(_dereq_,module,exports){ | ||
/** | ||
* @file Constructors cached from literals. | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
* @author Xotic750 <Xotic750@gmail.com> | ||
@@ -9,2 +10,2 @@ * @copyright Xotic750 | ||
*/ | ||
"use strict";module.exports={Array:[].constructor,Boolean:(!0).constructor,Number:(0).constructor,Object:{}.constructor,RegExp:/(?:)/.constructor,String:"".constructor}},{}]},{},[1])(1)}); | ||
"use strict";module.exports={Array:[].constructor,Boolean:(!0).constructor,Function:function(){}.constructor,Number:(0).constructor,Object:{}.constructor,RegExp:/(?:)/.constructor,String:"".constructor}},{}]},{},[1])(1)}); |
{ | ||
"name": "cached-constructors-x", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Constructors cached from literals.", | ||
@@ -10,3 +10,3 @@ "homepage": "https://github.com/Xotic750/cached-constructors-x", | ||
}, | ||
"copyright": "Copyright (c) 2017", | ||
"copyright": "Copyright (c) 2017-present", | ||
"keywords": [ | ||
@@ -33,14 +33,14 @@ "constructors", | ||
"devDependencies": { | ||
"@xotic750/eslint-config-standard-x": "^2.2.1", | ||
"browserify": "^14.4.0", | ||
"@xotic750/eslint-config-standard-x": "^3.1.0", | ||
"browserify": "^16.1.0", | ||
"browserify-derequire": "^0.9.4", | ||
"cross-env": "^5.0.1", | ||
"es5-shim": "^4.5.9", | ||
"cross-env": "^5.1.3", | ||
"es5-shim": "^4.5.10", | ||
"es6-shim": "^0.35.3", | ||
"es7-shim": "^6.0.0", | ||
"eslint": "^4.2.0", | ||
"eslint-plugin-compat": "^1.0.4", | ||
"eslint-plugin-css-modules": "^2.7.2", | ||
"eslint-plugin-eslint-comments": "^1.0.2", | ||
"eslint-plugin-jsdoc": "^3.1.1", | ||
"eslint": "^4.18.1", | ||
"eslint-plugin-compat": "^2.2.0", | ||
"eslint-plugin-css-modules": "^2.7.5", | ||
"eslint-plugin-eslint-comments": "^2.0.2", | ||
"eslint-plugin-jsdoc": "^3.5.0", | ||
"eslint-plugin-json": "^1.2.0", | ||
@@ -50,13 +50,13 @@ "eslint-plugin-no-use-extend-native": "^0.3.12", | ||
"jasmine-node": "^1.14.5", | ||
"jsdoc-to-markdown": "^3.0.0", | ||
"jsdoc-to-markdown": "^4.0.1", | ||
"json3": "^3.3.2", | ||
"make-jasmine-spec-runner-html": "^1.3.0", | ||
"ncp": "^2.0.0", | ||
"nodemon": "^1.11.0", | ||
"nsp": "^2.6.3", | ||
"parallelshell": "^3.0.1", | ||
"nodemon": "^1.15.1", | ||
"nsp": "^3.2.1", | ||
"parallelshell": "^3.0.2", | ||
"replace-x": "^1.5.0", | ||
"rimraf": "^2.6.1", | ||
"serve": "^6.0.2", | ||
"uglify-js": "^3.0.24" | ||
"rimraf": "^2.6.2", | ||
"serve": "^6.4.11", | ||
"uglify-js": "^3.3.12" | ||
}, | ||
@@ -63,0 +63,0 @@ "scripts": { |
@@ -26,3 +26,3 @@ <a href="https://travis-ci.org/Xotic750/cached-constructors-x" | ||
**Version**: 1.0.0 | ||
**Version**: 1.0.1 | ||
**Author**: Xotic750 <Xotic750@gmail.com> | ||
@@ -29,0 +29,0 @@ **License**: [MIT](<https://opensource.org/licenses/MIT>) |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 1 instance in 1 package
17532
17
160
0