@rbxts/phantom
Advanced tools
Comparing version 0.6.3 to 0.7.0
{ | ||
"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; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
206941
311
4495
1