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 5.0.1 to 6.0.0

1

lib/index.js

@@ -476,2 +476,1 @@ Object.defineProperty(exports, "__esModule", { value: true });

exports.default = default_1;
//# sourceMappingURL=index.js.map

3

lib/resolveIncludes.d.ts

@@ -0,3 +1,6 @@

/**
* Resolve all file includes in the source
*/
import { IIncludeInfo } from "./index";
export declare type IGefFileFunc = (entryRelativeUri: string, isBinary: boolean) => string | Uint8Array | undefined;
export default function resolveIncludes(entrySource: string, getFile?: IGefFileFunc, baseDir?: string, recursive?: boolean): IIncludeInfo[];

@@ -123,2 +123,1 @@ /**

}
//# sourceMappingURL=resolveIncludes.js.map
{
"name": "dasm",
"version": "5.0.1",
"version": "6.0.0",
"description": "An emscripten-compiled version of the dasm macro assembler",

@@ -9,4 +9,4 @@ "main": "./lib/index.js",

"test": "jest --testMatch **/test/**/*-test-*.js",
"test:coverage": "npm run test -- --coverage",
"test:watch": "npm run test -- --watchAll",
"test:coverage": "yarn test --coverage",
"test:watch": "yarn test --watchAll",
"build": "tsc --pretty",

@@ -45,5 +45,5 @@ "watch": "tsc --pretty --watch"

"core-js": "^2.4.1",
"jest": "^20.0.4",
"tslint": "^4.3.1",
"typescript": "^2.4.1"
"jest": "^23.6.0",
"tslint": "^5.11.0",
"typescript": "^3.2.2"
},

@@ -50,0 +50,0 @@ "dependencies": {

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

Install:
Install with NPM:

@@ -75,2 +75,9 @@ ```shell

Or with Yarn:
```shell
yarn add dasm
````
Import as a module:

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