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

lanurite

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lanurite - npm Package Compare versions

Comparing version 1.0.19 to 1.0.20

src/base/collection.d.ts

2

package.json

@@ -26,3 +26,3 @@ {

"typings": "src/lanurite.d.ts",
"version": "1.0.19",
"version": "1.0.20",
"license": "MIT",

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

@@ -77,3 +77,3 @@ import {baseCollection} from "../base/collection";

find(predicate: any, startIndex: number = 0): baseModel | undefined {
find(predicate: any, startIndex: number = 0) {
return _.find(_.values(this._models), predicate, startIndex);

@@ -80,0 +80,0 @@ }

Sorry, the diff of this file is too big to display

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