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

psl-core

Package Overview
Dependencies
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

psl-core - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

6

dist/Array.js

@@ -13,7 +13,7 @@ 'use strict';

if (!Array.prototype.clean) {
Array.prototype.clean = function (array) {
var strict = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
Array.prototype.clean = function () {
var strict = arguments.length > 0 && arguments[0] !== undefined ? arguments[0] : false;
return _Helper2.default.cleanEmpties(array, strict);
return _Helper2.default.cleanEmpties(undefined, strict);
};
}
{
"name": "psl-core",
"version": "1.0.2",
"version": "1.0.3",
"description": "Core Library",

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

Sorry, the diff of this file is not supported yet

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