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

rblx.js

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rblx.js - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/index.js

8

package.json

@@ -5,4 +5,4 @@ {

"repository": "https://github.com/CompeyDev/roblox.js",
"version": "1.0.1",
"main": "dist/src/index.js",
"version": "1.0.2",
"main": "dist/index.js",
"typings": "./lib/types/types.d.ts",

@@ -14,6 +14,6 @@ "author": "hi@devcomp.xyz",

"watch": "tsc -w",
"build": "tsc",
"build": "tsc && bash export.sh",
"test": "mocha dist/tests/tests.mocha.js",
"push": "yarn test && git push origin",
"prepublish": "yarn build && yarn test",
"prepublishOnly": "yarn build && yarn test",
"publish": "yarn publish dist"

@@ -20,0 +20,0 @@ },

@@ -10,3 +10,4 @@ {

},
"include": ["lib/types/*", "package.json"]
"include": ["**/*.ts"],
"exclude": ["node_modules"]
}
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