Huge News!Announcing our $40M Series B led by Abstract Ventures.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.4.0 to 1.4.1

2

dist/index.d.ts

@@ -6,3 +6,3 @@ /**

*/
export default class Entity<EntityType, Identifiers extends string> {
export default class Entity<EntityType = any, Identifiers extends string = string> {
private entityMap;

@@ -9,0 +9,0 @@ private entitySymbols;

@@ -1,2 +0,1 @@

/* eslint-disable n/no-unpublished-require */
const tseslint = require('typescript-eslint');

@@ -6,3 +5,6 @@ const { LintGolem } = require('@magik_io/lint_golem');

module.exports = tseslint.config(
...new LintGolem({ rootDir: __dirname }).config
...new LintGolem({
rootDir: __dirname,
tsconfigPaths: ['tsconfig.json'],
}).config
)
{
"name": "@anandamideio/entity",
"main": "dist/index.js",
"version": "1.4.0",
"version": "1.4.1",
"scripts": {

@@ -15,5 +15,15 @@ "build": "tsc -p tsconfig.json"

"typescript": "^5.4.5",
"typescript-eslint": "^7.8.0"
"typescript-eslint": "^7.8.0",
"vitest": "^1.5.3"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 140,
"tabs": false,
"quoteProps": "consistent"
},
"packageManager": "yarn@4.1.1"
}
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