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

@rbxts/phantom

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rbxts/phantom - npm Package Compare versions

Comparing version 0.0.5 to 0.1.0

src/Array/deepEquals.luau

16

package.json
{
"name": "@rbxts/phantom",
"description": "Immutable data library for Luau.",
"version": "0.0.5",
"version": "0.1.0",
"scripts": {
"serve": "rojo serve default.project.json",
"serve:tests": "rojo serve tests.project.json",
"serve:bench": "rojo serve benchmarks.project.json",
"check": "bunx @biomejs/biome check --write",
"build:bench": "rojo sourcemap benchmarks.project.json --output sourcemap.json"
},
"main": "src/init.luau",
"typings": "src/index.d.ts",
"files": ["src", "!**/*.spec.luau"],
"files": ["src", "!**/*.spec.luau", "!**/*.bench.luau"],
"repository": {

@@ -29,6 +36,5 @@ "type": "git",

},
"scripts": {
"serve": "rojo serve",
"fmt": "bunx @biomejs/biome check --write"
"devDependencies": {
"typescript": "^5.6.0-dev.20240801"
}
}
# rbx-phantom
Immutable data library for Luau.

@@ -1,19 +0,9 @@

export = Phantom;
import type { PhantomNone } from "./Util";
import PhantomArray from "./Array";
import PhantomDictionary from "./Dictionary";
import PhantomMap from "./Map";
import None from "./None";
import PhantomSet from "./Set";
export * from "./Util";
declare namespace Phantom {
export const None: PhantomNone;
export type None = PhantomNone;
export {
PhantomArray as Array,
PhantomArray as List,
PhantomDictionary as Dictionary,
PhantomSet as Set,
};
export namespace Phantom {
export { PhantomArray as Array, PhantomMap as Map, PhantomSet as Set, None };
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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