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

@quenty/binder

Package Overview
Dependencies
Maintainers
1
Versions
274
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@quenty/binder - npm Package Compare versions

Comparing version 4.1.2 to 4.2.0-canary.221.e58a344.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [4.2.0-canary.221.e58a344.0](https://github.com/Quenty/NevermoreEngine/compare/@quenty/binder@4.1.2...@quenty/binder@4.2.0-canary.221.e58a344.0) (2021-10-30)
### Features
* Binder constructors may now return anything and it will attempt to clean it as required, but also it is fine for the function to just not do anything ([a312ea4](https://github.com/Quenty/NevermoreEngine/commit/a312ea4e46fed0d8c7986b6f58c611517edfbdeb))
## [4.1.2](https://github.com/Quenty/NevermoreEngine/compare/@quenty/binder@4.1.1...@quenty/binder@4.1.2) (2021-10-30)

@@ -8,0 +19,0 @@

22

package.json
{
"name": "@quenty/binder",
"version": "4.1.2",
"version": "4.2.0-canary.221.e58a344.0",
"description": "Utility object to Bind a class to Roblox object, and associated helper methods",

@@ -28,11 +28,11 @@ "keywords": [

"dependencies": {
"@quenty/baseobject": "^3.1.2",
"@quenty/brio": "^3.1.2",
"@quenty/instanceutils": "^3.1.2",
"@quenty/linkutils": "^3.1.2",
"@quenty/loader": "^3.1.1",
"@quenty/maid": "^2.0.1",
"@quenty/promise": "^3.1.2",
"@quenty/signal": "^2.0.0",
"@quenty/valueobject": "^3.1.2"
"@quenty/baseobject": "3.1.2",
"@quenty/brio": "3.2.0-canary.221.e58a344.0",
"@quenty/instanceutils": "3.2.0-canary.221.e58a344.0",
"@quenty/linkutils": "3.2.0-canary.221.e58a344.0",
"@quenty/loader": "3.1.1",
"@quenty/maid": "2.0.1",
"@quenty/promise": "3.1.2",
"@quenty/signal": "2.0.0",
"@quenty/valueobject": "3.2.0-canary.221.e58a344.0"
},

@@ -42,3 +42,3 @@ "publishConfig": {

},
"gitHead": "e9cd4223c7fda7c852db9743ef844baa19cacb13"
"gitHead": "e58a34425f2056bfbd3a523a6f84f992470baa13"
}

@@ -29,3 +29,3 @@ ## Binder

function MyClass.new(robloxInstance)
print("New tagged instance of ", robloxInstance")
print("New tagged instance of ", robloxInstance)
return setmetatable({}, MyClass)

@@ -32,0 +32,0 @@ end

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