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

gb-opcodes

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

gb-opcodes - npm Package Compare versions

Comparing version 2.0.0 to 3.0.0

bin/index.js

9

package.json
{
"name": "gb-opcodes",
"version": "2.0.0",
"version": "3.0.0",
"description": "generate gameboy opcodes table in JSON format",
"main": "index.js",
"engines": {

@@ -16,5 +15,7 @@ "node": ">= 4.0.0"

"devDependencies": {},
"bin": {
"gb-opcodes": "./bin/index.js"
},
"scripts": {
"start": "node .",
"test": "echo \"Error: no test specified\" && exit 1"
"gb-opcodes": "./bin/index.js"
},

@@ -21,0 +22,0 @@ "repository": {

@@ -7,5 +7,5 @@ # gb-opcodes

`$ npm start`
`$ npm run gb-opcodes`
Program output is on the [opcodes.json](https://github.com/dmacosta/gb-opcodes/blob/master/opcodes.json)
Program output is also available on the [opcodes.json](https://github.com/dmacosta/gb-opcodes/blob/master/opcodes.json)
file included on this repo.

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