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

@cbrewster/luna

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cbrewster/luna - npm Package Compare versions

Comparing version 0.0.2 to 0.0.4

LICENSE

36

package.json
{
"name": "@cbrewster/luna",
"version": "0.0.2",
"version": "0.0.4",
"description": "Node.js bindings to Lua",
"license": "MIT",
"author": {
"name": "Connor Brewster",
"email": "cbrewster@hey.com"
},
"main": "lib/index.js",
"scripts": {
"build": "cargo-cp-artifact -nc lib/index.node -- cargo build --message-format=json-render-diagnostics && tsc",
"build": "cargo-cp-artifact -nc ./bin-package/index.node -- cargo build --message-format=json-render-diagnostics && tsc",
"build-debug": "npm run build",
"build-release": "cargo-cp-artifact -nc lib/index.node -- cargo build --message-format=json-render-diagnostics --release && tsc",
"install": "npm run build-release",
"build-release": "cargo-cp-artifact -nc ./bin-package/index.node -- cargo build --message-format=json-render-diagnostics --release && tsc",
"install": "node-pre-gyp install",
"test": "cargo test",
"publish": "npm run build-release && npm publish"
"clean": "rm -rf lib target dist bin-package build",
"publish": "node publish.js"
},
"author": {
"name": "Connor Brewster",
"email": "cbrewster@hey.com"
"dependencies": {
"@mapbox/node-pre-gyp": "^1.0.8"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^17.0.21",
"cargo-cp-artifact": "^0.1",
"shelljs": "^0.8.5",
"typescript": "^4.6.2"
},
"repository": {
"type": "replit",
"url": "https://replit.com/@cbrewster/luna"
"type": "git",
"url": "https://github.com/cbrewster/luna"
},
"binary": {
"module_name": "index",
"module_path": "./bin-package",
"host": "https://github.com/cbrewster/luna/releases/download/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz",
"remote_path": "{version}"
}
}
}
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