New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

krl-stdlib

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

krl-stdlib - npm Package Compare versions

Comparing version 0.5.4 to 0.5.5

2

package.json
{
"name": "krl-stdlib",
"version": "0.5.4",
"version": "0.5.5",
"description": "Standard library for KRL",

@@ -5,0 +5,0 @@ "main": "src/index.js",

@@ -296,3 +296,6 @@ var _ = require("lodash");

}
return _.reduce.apply(void 0, _.tail(_.toArray(arguments)));
if(arguments.length < 4){
return _.reduce(val, iter);
}
return _.reduce(val, iter, dflt);
};

@@ -299,0 +302,0 @@ stdlib.reverse = function(ctx, val){

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc