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

@quenty/baseobject

Package Overview
Dependencies
Maintainers
1
Versions
134
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quenty/baseobject - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3-canary.199.b271c6e.0

CHANGELOG.md

0

default.project.json

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ MIT License

10

package.json
{
"name": "@quenty/baseobject",
"version": "1.0.2",
"version": "1.0.3-canary.199.b271c6e.0",
"description": "BaseObject implementation with Maid attached for Roblox",

@@ -13,2 +13,6 @@ "keywords": [

],
"funding": {
"type": "patreon",
"url": "https://www.patreon.com/quenty"
},
"license": "MIT",

@@ -21,3 +25,3 @@ "repository": {

"dependencies": {
"@quenty/maid": "^1.0.2"
"@quenty/maid": "1.0.3-canary.199.b271c6e.0"
},

@@ -33,3 +37,3 @@ "peerDependencies": {

},
"gitHead": "c78150de4045cf8bbf78cc7d571d8b4d70e30f30"
"gitHead": "b271c6ebee1b26a146938694967bcb381a74d808"
}

@@ -10,7 +10,8 @@ ## BaseObject

<a href="https://github.com/Quenty/NevermoreEngine/actions">
<img src="https://github.com/Quenty/NevermoreEngine/workflows/luacheck/badge.svg" alt="Actions Status" />
<img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/build.yml/badge.svg" alt="Build and release status" />
</a>
</div>
BaseObject implementation with Maid attached.
BaseObject implementation with Maid attached. A BaseObject basically just adds the :Destroy() interface, and a private member `_maid`, along with an optional object it references.
## Installation

@@ -21,12 +22,1 @@ ```

A BaseObject basically just adds the :Destroy() interface, and a private member `_maid`, along with an optional object it references.
## Changelog
### 1.0.0
Initial release
### 0.0.1
Added documentation
### 0.0.0
Initial commit

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