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

@anandamideio/entity

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@anandamideio/entity - npm Package Compare versions

Comparing version 1.2.0 to 1.3.0

5

dist/index.d.ts

@@ -58,3 +58,4 @@ /**

*/
size(): number;
get size(): number;
get length(): number;
/**

@@ -65,3 +66,3 @@ * Checks if the entity map is empty.

*/
isEmpty(): boolean;
get isEmpty(): boolean;
/**

@@ -68,0 +69,0 @@ * Checks if an entity exists in the entity map.

7

dist/index.js

@@ -89,5 +89,4 @@ "use strict";

*/
size() {
return this.entityMap.size;
}
get size() { return this.entityMap.size; }
get length() { return this.size; }
/**

@@ -98,3 +97,3 @@ * Checks if the entity map is empty.

*/
isEmpty() {
get isEmpty() {
return this.entityMap.size === 0;

@@ -101,0 +100,0 @@ }

{
"name": "@anandamideio/entity",
"main": "dist/index.js",
"version": "1.2.0",
"version": "1.3.0",
"scripts": {

@@ -6,0 +6,0 @@ "build": "tsc -p tsconfig.json"

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