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.3.0 to 1.3.1

5

dist/package.json

@@ -21,3 +21,4 @@ {

"push": "yarn test && git push origin",
"prepublishOnly": "yarn build && yarn test"
"prepublishOnly": "yarn build && yarn test",
"publish": "yarn publish dist"
},

@@ -41,3 +42,3 @@ "dependencies": {

"files": [
"dist",
"dist/*",
"!**/*.tsbuildinfo"

@@ -44,0 +45,0 @@ ],

21

package.json

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

"repository": "https://github.com/CompeyDev/roblox.js",
"version": "1.3.0",
"version": "1.3.1",
"main": "dist/index.js",
"typings": "index.d.ts",
"typings": "dist/index.d.ts",
"author": "hi@devcomp.xyz",

@@ -17,9 +17,2 @@ "license": "MIT",

"private": false,
"scripts": {
"watch": "tsc -w",
"build": "tsc && bash export.sh",
"test": "mocha tests/tests.mocha.ts",
"push": "yarn test && git push origin",
"prepublishOnly": "yarn build && yarn test"
},
"dependencies": {

@@ -42,3 +35,3 @@ "axios": "^0.27.2",

"files": [
"dist",
"dist/*",
"!**/*.tsbuildinfo"

@@ -48,3 +41,9 @@ ],

"access": "public"
},
"scripts": {
"watch": "tsc -w",
"build": "tsc && bash export.sh",
"test": "mocha tests/tests.mocha.ts",
"push": "pnpm test && git push origin"
}
}
}
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