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.3 to 0.7.0

src/Types/_internal.d.ts

6

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

@@ -28,3 +28,5 @@ "build:bench": "rojo sourcemap benchmarks.project.json --output sourcemap.json",

"manipulation",
"mutation"
"mutation",
"types",
"helpers"
],

@@ -31,0 +33,0 @@ "repository": {

@@ -9,2 +9,3 @@ import PhantomArray from "./Array";

import PhantomString from "./String";
import type * as Types from "./Types";
import PhantomUtil from "./Util";

@@ -24,4 +25,6 @@

};
export type { Types };
}
export = Phantom;
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