benchpressjs
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -1,3 +0,3 @@ | ||
/*! benchpressjs by psychobunny, built on 2020-02-27 */ | ||
/*! benchpressjs by psychobunny, built on 2020-05-09 */ | ||
"function"==typeof define&&define.amd&&define("benchpress",function(){var t=function(){"use strict";function t(n){return n==null||Array.isArray(n)&&n.length===0?"":n}function o(n,r){if(!n||typeof n!=="object"){return""}var e="";var t=Object.keys(n);var o=t.length;for(var u=0;u<o;u+=1){var i=t[u];e+=r(i,u,o,n[i])}return e}function u(n,r,e,t){if(typeof r[e]!=="function"){return""}try{var o=r[e].apply(n,t);return o||""}catch(n){return""}}function n(n,r,e){return t(e(n,r,t,o,u)).toString()}if(typeof Promise.try!=="function"){Promise.try={try:function n(r){return new Promise(function(n){return n(r())})}}.try}return n}();"use strict";var o=typeof module==="object"&&module.exports?module.exports:{};o.runtime=t,o.helpers={},o.registerHelper=function n(r,e){o.helpers[r]=e};var e={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`","=":"="},r=function n(r){return e[r]},u=/[&<>"'`=]/g;o.registerHelper("__escape",function(n){if(n==null){return""}if(!n){return String(n)}return n.toString().replace(u,r)}),o.cache={},o.globals={},o.setGlobal=function n(r,e){o.globals[r]=e};var i=Object.assign||jQuery.extend;function c(t){return new Promise(function(r,n){var e=o.loader(t,function(n){r(n)});if(e&&e.then){e.then(r,n)}})}function f(n,r,e){r=o.addGlobals(r||{});return Promise.try(function(){o.cache[n]=o.cache[n]||c(n);return o.cache[n]}).then(function(n){if(e){n=n.blocks&&n.blocks[e]}if(!n){return""}return t(o.helpers,r,n)})}function n(n,r,e,t){if(!t&&"object"==typeof r&&"function"==typeof e)t=e,e=r,r=null;if("function"!=typeof t)throw TypeError("Invalid Arguments: callback must be a function");if(!n)return void t("");f(n,e,r).then(function(n){return setTimeout(t,0,n)},function(n){return console.error(n)})}return o.addGlobals=function(n){return i({},o.globals,n)},o.flush=function(){o.cache={}},o.render=f,o.parse=function(n,r,e,t){t||"object"!=typeof r||"function"!=typeof e||(t=e,e=r,r=null);if("function"!=typeof t)throw TypeError("Invalid Arguments: callback must be a function");if(!n)return void t("");f(n,e,r).then(function(n){return setTimeout(t,0,n)},function(n){return console.error(n)})},o.registerLoader=function(n){o.loader=n},o}); |
@@ -19,2 +19,13 @@ <!-- | ||
## Version 2.0.3 (2020-05-09) | ||
### New | ||
- Now pre-builds native module binaries for Node 14 | ||
### Fixes | ||
- Native module should now build successfully on Mac OS (#86) | ||
- Update dependencies | ||
## Version 2.0.1 (2020-02-14) | ||
@@ -21,0 +32,0 @@ |
{ | ||
"name": "benchpressjs", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"author": "psychobunny <psycho.bunny@hotmail.com>", | ||
@@ -25,4 +25,4 @@ "description": "An ultralight and super fast templating framework", | ||
"devDependencies": { | ||
"async": "^3.1.1", | ||
"@babel/core": "^7.8.4", | ||
"async": "^3.2.0", | ||
"@babel/core": "^7.9.6", | ||
"@babel/plugin-proposal-class-properties": "^7.8.3", | ||
@@ -34,11 +34,11 @@ "@babel/plugin-transform-arrow-functions": "^7.8.3", | ||
"@babel/plugin-transform-shorthand-properties": "^7.8.3", | ||
"babel-eslint": "^10.0.3", | ||
"babel-eslint": "^10.1.0", | ||
"benchmark": "^2.1.4", | ||
"coveralls": "^3.0.9", | ||
"documentation": "^12.1.4", | ||
"eslint": "^6.8.0", | ||
"eslint-config-airbnb-base": "^14.0.0", | ||
"eslint-plugin-import": "^2.20.1", | ||
"coveralls": "^3.1.0", | ||
"documentation": "^13.0.0", | ||
"eslint": "^7.0.0", | ||
"eslint-config-airbnb-base": "^14.1.0", | ||
"eslint-plugin-import": "^2.20.2", | ||
"express": "^4.17.1", | ||
"grunt": "^1.0.4", | ||
"grunt": "^1.1.0", | ||
"grunt-babel": "^8.0.0", | ||
@@ -48,5 +48,5 @@ "grunt-contrib-uglify": "^4.0.1", | ||
"grunt-mocha-test": "^0.13.3", | ||
"mkdirp": "^1.0.3", | ||
"mocha": "^7.0.1", | ||
"nyc": "^15.0.0" | ||
"mkdirp": "^1.0.4", | ||
"mocha": "^7.1.2", | ||
"nyc": "^15.0.1" | ||
}, | ||
@@ -58,7 +58,7 @@ "license": "MIT", | ||
"dependencies": { | ||
"@babel/generator": "^7.8.4", | ||
"@babel/types": "^7.8.3", | ||
"@babel/generator": "^7.9.6", | ||
"@babel/types": "^7.9.6", | ||
"lodash": "^4.17.15", | ||
"node-cache": "^5.1.0", | ||
"uglify-js": "^3.7.7" | ||
"uglify-js": "^3.9.2" | ||
}, | ||
@@ -65,0 +65,0 @@ "nyc": { |
@@ -13,3 +13,3 @@ { | ||
"dependencies": { | ||
"neon-cli": "^0.3.3" | ||
"neon-cli": "^0.4.0" | ||
}, | ||
@@ -16,0 +16,0 @@ "scripts": { |
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
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
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
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances 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
54146257
2903
18
Updated@babel/generator@^7.9.6
Updated@babel/types@^7.9.6
Updateduglify-js@^3.9.2