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.0.2 to 0.0.3

2

package.json
{
"name": "@rbxts/phantom",
"description": "Immutable data library for Luau.",
"version": "0.0.2",
"version": "0.0.3",
"main": "src/init.luau",

@@ -6,0 +6,0 @@ "typings": "src/index.d.ts",

@@ -81,5 +81,5 @@ export = PhantomArray;

export function map<T, U extends T>(
array: T[],
mapper: (value: T, index: number, array: Readonly<T[]>) => U,
export function map<T extends object, U>(
array: T,
mapper: (value: T[keyof T], index: number, array: Readonly<T>) => U,
): U[];

@@ -86,0 +86,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