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

appolo-utils

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appolo-utils - npm Package Compare versions

Comparing version 0.0.40 to 0.0.41

2

lib/functions.js

@@ -11,3 +11,3 @@ "use strict";

}
let result = fn.apply(null, args);
let result = fn.apply(this, args);
cache[key] = result;

@@ -14,0 +14,0 @@ return result;

@@ -10,3 +10,3 @@ export class Functions {

let result = fn.apply(null, args);
let result = fn.apply(this, args);

@@ -13,0 +13,0 @@ cache[key] = result;

@@ -17,3 +17,3 @@ {

"main": "./index.js",
"version": "0.0.40",
"version": "0.0.41",
"license": "MIT",

@@ -20,0 +20,0 @@ "repository": {

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