Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lazytest

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lazytest - npm Package Compare versions

Comparing version 0.2.5 to 0.2.6

7

lazy.js

@@ -7,5 +7,12 @@ ;(function () {

trim: function (string) {
if (!string) {
return '';
}
string = '' + string;
return string.replace(RGX_TRIM_BEFORE, '').replace(RGX_TRIM_AFTER, '');
},
each: function (object, callback) {
if (!object) {
return;
}
for (var key in object) {

@@ -12,0 +19,0 @@ if (object.hasOwnProperty(key)) {

2

package.json
{
"name": "lazytest",
"version": "0.2.5",
"version": "0.2.6",
"description": "A project from matriks2 seed",

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

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