memoizerific
Advanced tools
Comparing version 1.3.0 to 1.4.0
@@ -1,2 +0,2 @@ | ||
�p��Vmemoizerific.min.js �V[o�6~߯����0��ɛT���4C�>B��Tĕ�4�J����;�͖���bQG������T��BoE����O[�R�Z�<��E���L�Rmx"�x��c�oJ�q��[Uj�4|��:�=b�2�4O�e��:"���}fz�CN�Y}j����GpN�I�L���Y �e�r?�M�!��x��\�D��B}hpM�ND��-�u�F����%1����5���O��gb��_�����;�dR��^ ��9vr��T+s� U�et�u���S*�#pyӦh�Λ����áMu�2J�8�@xo�>|�x����������>x$����;ݶ9 �U:��ȏ��Hv�&�� | ||
� e��V�V[o�6~߯����0��ɛT���4C�>B��Tĕ�4�J����;�͖���bQG������T��BoE����O[�R�Z�<��E���L�Rmx"�x��c�oJ�q��[Uj�4|��:�=b�2�4O�e��:"���}fz�CN�Y}j����GpN�I�L���Y �e�r?�M�!��x��\�D��B}hpM�ND��-�u�F����%1����5���O��gb��_�����;�dR��^ ��9vr��T+s� U�et�u���S*�#pyӦh�Λ����áMu�2J�8�@xo�>|�x����������>x$����;ݶ9 �U:��ȏ��Hv�&�� | ||
Z+.����pi$V"��"��o���U��3�}�����/��<d�/�z�iȦS��qA�)Th��{��8����ڸe�nW�<��=�\=CX]r�A�������۫?�>����x�yu������L{8� #�|.��\����@������0����_��7�g�9�Ѽ(hڜ+�e�;�'n�q�x8�n�&��������v5�>C�!Nk!��~� ,�K:_�!����w̛���=��!]3�Kx[f��0:aLymH�0o2��E4^ڂ�� ^�o�Eiҡ*ާl:m��°�[�s��Lйr�\��=Gj6;�o | ||
@@ -3,0 +3,0 @@ )b�o�a ti�M���"��WU�HƋ�� g�9]����!� ä�g˪��+�EE�]m����/�l�} S�,b((�jZ |
{ | ||
"name": "memoizerific", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Fastest, smallest, most-efficient JavaScript memoization lib to memoize JS functions", | ||
@@ -18,7 +18,6 @@ "author": "@thinkloop", | ||
"prebuild": "npm run test", | ||
"build": "npm run build:browserify && npm run build:minify && npm run build:gzip", | ||
"build:browserify": "browserify src/memoizerific.js --detectGlobals false --standalone memoizerific | derequire > memoizerific.js", | ||
"build:minify": "uglifyjs memoizerific.js --compress drop_console,unused=false --mangle --screw-ie8 > memoizerific.min.js", | ||
"build:gzip": "gzip --best -v -c memoizerific.min.js > memoizerific.min.gzip.js", | ||
"build:stream": "browserify src/memoizerific.js --standalone memoizerific | derequire | tee dist/memoizerific.js | uglifyjs --compress drop_console,unused=false --mangle --screw-ie8 | tee dist/memoizerific.min.js | gzip --best -v -c > dist/memoizerific.min.gzip.js", | ||
"build": "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 --detectGlobals false --standalone memoizerific | derequire", | ||
"build:minify": "uglifyjs --compress drop_console,unused=false --mangle --screw-ie8", | ||
"build:gzip": "gzip --best -v -c", | ||
"test": "npm run test:map && npm run test:similar", | ||
@@ -25,0 +24,0 @@ "test:map": "TEST_MAPORSIMILAR=false JASMINE_CONFIG_PATH=jasmine.json jasmine", |
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
26966