memoizerific
Advanced tools
Comparing version 1.8.1 to 1.8.2
@@ -1,2 +0,2 @@ | ||
� ��=W�VQo�6~߯����0��ɛT��(�4C�>B��TĕU�J����;��e�^6}������ҪH��oЖ��X>��3&ļ�L�#������d\��m�^���M%r��U%�G�����~o�Y�L�7�������qG�OT�X��9�ϼ������4�|�b�>g54����&�� g��?��)O,�����AM83�#�L��Q�72>H�F۽D��&�_�حX��f9�žU\AR�Ed���D�֟ ��Yy�ɊVf�f�`ϣk����Т�f�7m�Fo�S9���dJ>�� �H����/��?����y���1�jk/%6v�mkn�:���8H�~ڕ2��Q\�kw�R>_�Р��?�drW�Z�e�Y��Ě+�O��$�H�Ձ`ţ�"9�"�k��}��]��>Z�m{�{n��r�+�L���O�FU� ���������_��>��y���������\P5Fa�Nj�=�/�_����X,g��!�e�?T�����I��h�Mܺ��l��<2C��Ƣ����d�����[E�?������P� �3�A�}�M�fK2_ ϓ=�5�P�?� | ||
� �=W�VQo�6~߯����0��ɛT��(�4C�>B��TĕU�J����;��e�^6}������ҪH��oЖ��X>��3&ļ�L�#������d\��m�^���M%r��U%�G�����~o�Y�L�7�������qG�OT�X��9�ϼ������4�|�b�>g54����&�� g��?��)O,�����AM83�#�L��Q�72>H�F۽D��&�_�حX��f9�žU\AR�Ed���D�֟ ��Yy�ɊVf�f�`ϣk����Т�f�7m�Fo�S9���dJ>�� �H����/��?����y���1�jk/%6v�mkn�:���8H�~ڕ2��Q\�kw�R>_�Р��?�drW�Z�e�Y��Ě+�O��$�H�Ձ`ţ�"9�"�k��}��]��>Z�m{�{n��r�+�L���O�FU� ���������_��>��y���������\P5Fa�Nj�=�/�_����X,g��!�e�?T�����I��h�Mܺ��l��<2C��Ƣ����d�����[E�?������P� �3�A�}�M�fK2_ ϓ=�5�P�?� | ||
��a�z:f-�~:x�$zXP���U���Ɔ���>4�&������t6TE})�Sg�(%&�a������RP�תj����R���t\ ]9��gT�B"z�b���[%��5M��\���ü�o��#Ǹ��v��N9��P��l�9��~&+�+ts��%�gR�6��Lwat��-����G`�2����<�� �0��c���WW�<b��5a�Ra�1�v��l��� | ||
@@ -3,0 +3,0 @@ �昂T/iD\\���U���!o=(F�֠��[vm�QR�����.�}|��1�X��Cy��5�s="�+�f��A��s |
{ | ||
"name": "memoizerific", | ||
"version": "1.8.1", | ||
"version": "1.8.2", | ||
"description": "Fast, small, most-efficient JavaScript memoization lib to memoize JS functions", | ||
@@ -18,10 +18,12 @@ "author": "@thinkloop", | ||
"test": "npm run -s test:map && npm run -s test:similar", | ||
"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", | ||
"dist": "npm run build && git add --all && git commit -m \"build for publish\" && npm version patch && git push && git push --tags && npm publish", | ||
"_": "", | ||
"test:map": "TEST_MAPORSIMILAR=false JASMINE_CONFIG_PATH=jasmine.json jasmine", | ||
"test:similar": "TEST_MAPORSIMILAR=true JASMINE_CONFIG_PATH=jasmine.json jasmine", | ||
"__": "", | ||
"prebuild": "npm run -s test", | ||
"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", | ||
"dist": "npm run build && git add --all && git commit -m \"build for publish\" && npm version patch && git push && git push --tags" | ||
"build:gzip": "gzip --best -v -c" | ||
}, | ||
@@ -28,0 +30,0 @@ "keywords": [ |
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
32539