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

@rbxts/phantom

Package Overview
Dependencies
Maintainers
0
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.6.2 to 0.6.3

src/Object/assign.d.ts

2

package.json
{
"name": "@rbxts/phantom",
"description": "Data manipulation library for Roblox",
"version": "0.6.2",
"version": "0.6.3",
"scripts": {

@@ -6,0 +6,0 @@ "build:bench": "rojo sourcemap benchmarks.project.json --output sourcemap.json",

import PhantomArray from "./Array";
import PhantomMap from "./Map";
import None from "./None";
import type PhantomNumber from "./Number";
import PhantomNumber from "./Number";
import PhantomObject from "./Object";
import PhantomSet from "./Set";
import PhantomShared from "./Shared";
import type PhantomString from "./String";
import PhantomString from "./String";
import PhantomUtil from "./Util";

@@ -12,5 +13,2 @@

export {
PhantomUtil as Util,
PhantomShared as Shared,
PhantomSet as Set,
PhantomArray as Array,

@@ -20,3 +18,7 @@ PhantomMap as Map,

PhantomNumber as Number,
PhantomObject as Object,
PhantomSet as Set,
PhantomShared as Shared,
PhantomString as String,
PhantomUtil as Util,
};

@@ -23,0 +25,0 @@ }

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