New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

alt-enums

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

alt-enums - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

19

index.d.ts

@@ -1395,2 +1395,21 @@ declare module "alt-enums" {

}
// For e.g. alt.setWeather
export const enum WeatherType {
Smog = 0x10DCF4B5,
Snowlight = 0x23FB812B,
Blizzard = 0x27EA2814,
Clouds = 0x30FDAF5C,
Clear = 0x36A83D84,
Rain = 0x54A69840,
Clearing = 0x6DB1A50D,
ExtraSunny = 0x97AA0A79,
Neutral = 0xA4CA1326,
Xmas = 0xAAC9C895,
Foggy = 0xAE737644,
Thunder = 0xB677829F,
Overcast = 0xBB898D2D,
Halloween = 0xC91A3202,
Snow = 0xEFB6EFF6
}
}

2

package.json
{
"name": "alt-enums",
"version": "1.0.4",
"version": "1.0.5",
"description": "An unofficial package containing TypeScript enums for alt:V",

@@ -5,0 +5,0 @@ "types": "index.d.ts",

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