Socket
Socket
Sign inDemoInstall

savoy

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.2.1 to 0.2.2

2

bower.json
{
"name": "savoy",
"main": "savoy.min.js",
"version": "0.2.1",
"version": "0.2.2",
"homepage": "https://github.com/yuanqing/savoy",

@@ -6,0 +6,0 @@ "authors": [

{
"name": "savoy",
"version": "0.2.1",
"version": "0.2.2",
"description": "Higher-order functions (synchronous and asynchronous each/map/filter/fold) and functions for flow control (parallel/series/waterfall) in under 1 KB.",

@@ -14,3 +14,2 @@ "author": "Lim Yuan Qing",

"istanbul": "^0.3.2",
"jasmine-reporters": "^1.0.1",
"jshint": "^2.5.10",

@@ -25,8 +24,11 @@ "jshint-stylish": "^1.0.0",

"dist": "node_modules/.bin/uglifyjs savoy.js --mangle --output savoy.min.js",
"build": "npm run lint && npm test && npm run bench && npm run dist"
"build": "npm run lint && npm test && npm run dist"
},
"keywords": [
"array",
"async",
"asynchronous",
"each",
"filter",
"flow",
"fold",

@@ -36,2 +38,3 @@ "function",

"higher-order",
"loop",
"map",

@@ -38,0 +41,0 @@ "parallel",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc