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

dasm

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dasm - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

.travis.yml

2

package.json
{
"name": "dasm",
"version": "3.3.0",
"version": "3.3.1",
"description": "An emscripten-compiled version of the dasm macro assembler",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

@@ -135,3 +135,3 @@ # The dasm macro assembler (for JavaScript)

* `exitStatus`: `number`. A code indicating the exit status of the assembler module. Normally `0` if exited without problems, or `1` if aborted prematurely.
* `success`: `boolean`. `true` if successfully compiled, false if `otherwise`.
* `success`: `boolean`. `true` if successfully compiled, `false` if otherwise.

@@ -138,0 +138,0 @@ Of specially note are the `list` and `symbols` objects. Those include parsed information about the source code, including line-specific error messages.

Sorry, the diff of this file is not supported yet

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