memoizerific
Advanced tools
Comparing version 1.9.0 to 1.10.0
@@ -1,2 +0,2 @@ | ||
� �X�V_��6� ?8�X������4י�4�������8�D$����w� ��$m_@,���0��� | ||
� �فX�V_��6� ?8�X������4י�4�������8�D$����w� ��$m_@,���0��� | ||
U"�"C3��7O�R�Rq��k��5���.�<%����g����ؿ���Z�. ��^�I��2��wĊ=�G���E_�x��5�Ϣܫ���8��zdr�_W9���=b�CxT�B�o\�L�.��ACjp�%��Ds[�2���|()��d�b�v��ۓS#镜h����'��s�;{��+��eO+;��ZӒ?�Z+�f���T6���]��W��Z�^�pbs���:J������?�?��������q�2�|�����i�v��R&%��r�1����-�z���>]���-nHFN�mF!wM��L�?�"q���/��*Qw&��|�y���qI\h�aoO�:��p�����N��yǪ��QZ4�~5����`ƕA4�jr��7͎�\�2 � �: ���R��3���E�}��DХ�ܘ���*�s��-=�O&�;u�y�)���I4�}�/Й�)���ԋA�}}����j3��C[�G�?��H c���uҧ�;�.�����H\D!~�G!vSeS���-q���I*�j�OY�Wv��=���+���|�����~W+��iw..��`L%E�a�1���93߅`��c�S�����]�4�Lʳt�gi~en��)�n�80T��~�xl��9 | ||
@@ -3,0 +3,0 @@ ���aWǩ���+YqV��>� |
{ | ||
"name": "memoizerific", | ||
"version": "1.9.0", | ||
"version": "1.10.0", | ||
"description": "Fast, small, efficient JavaScript memoization lib to memoize JS functions", | ||
@@ -27,2 +27,3 @@ "author": "Baz <baz@thinkloop.com>", | ||
"main": "./src/memoizerific.js", | ||
"browser": "./memoizerific.js", | ||
"scripts": { | ||
@@ -37,3 +38,3 @@ "test": "echo '****************'`date +%r`'********************' && npm run -s test:map && npm run -s test:similar", | ||
"build:all": "npm run -s build:browserify | tee memoizerific.js | npm run -s build:minify | tee memoizerific.min.js | npm run -s build:gzip > memoizerific.min.gzip.js", | ||
"build:browserify": "browserify src/memoizerific.js -t [envify purge] --detectGlobals false --standalone memoizerific | derequire", | ||
"build:browserify": "browserify src/memoizerific.js -t [envify purge] --node --detectGlobals false --standalone memoizerific | derequire", | ||
"build:minify": "uglifyjs --compress drop_console,unused=false --mangle --screw-ie8", | ||
@@ -43,3 +44,3 @@ "build:gzip": "gzip --best -v -c" | ||
"dependencies": { | ||
"map-or-similar": "^1.4.0" | ||
"map-or-similar": "^1.5.0" | ||
}, | ||
@@ -46,0 +47,0 @@ "devDependencies": { |
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
39071
Updatedmap-or-similar@^1.5.0