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

assemblyscript

Package Overview
Dependencies
Maintainers
2
Versions
264
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assemblyscript - npm Package Compare versions

Comparing version 0.8.0-nightly.20191110 to 0.8.0-nightly.20191114

cli/util/find.d.ts

7

cli/asc.js

@@ -20,6 +20,7 @@ "use strict";

const path = require("path");
const utf8 = require("@protobufjs/utf8");
const utf8 = require("./util/utf8");
const colorsUtil = require("./util/colors");
const optionsUtil = require("./util/options");
const mkdirp = require("./util/mkdirp");
const find = require("./util/find");
const EOL = process.platform === "win32" ? "\r\n" : "\n";

@@ -87,5 +88,5 @@ const SEP = process.platform === "win32" ? "\\" : "/";

const libDir = path.join(__dirname, "..", "std", "assembly");
const libFiles = require("glob").sync("**/!(*.d).ts", { cwd: libDir });
const bundled = {};
libFiles.forEach(file => bundled[file.replace(/\.ts$/, "")] = fs.readFileSync(path.join(libDir, file), "utf8" ));
find.files(libDir, find.TS_EXCEPT_DTS)
.forEach(file => bundled[file.replace(/\.ts$/, "")] = fs.readFileSync(path.join(libDir, file), "utf8" ));
return bundled;

@@ -92,0 +93,0 @@ })();

@@ -10,3 +10,3 @@ {

],
"version": "0.8.0-nightly.20191110",
"version": "0.8.0-nightly.20191114",
"author": "Daniel Wirtz <dcode+assemblyscript@dcode.io>",

@@ -13,0 +13,0 @@ "license": "Apache-2.0",

@@ -11,4 +11,19 @@ {

],
"version": "0.8.0-nightly.20191110",
"version": "0.8.0-nightly.20191114",
"author": "Daniel Wirtz <dcode+assemblyscript@dcode.io>",
"contributors": [
"Max Graey <maxgraey@gmail.com>",
"Igor Sbitnev <PinkaminaDianePie@gmail.com>",
"Norton Wang <me@nortonwang.com>",
"Alan Pierce <alangpierce@gmail.com>",
"Palmer <pengliao@live.cn>",
"Linus Unnebäck <linus@folkdatorn.se>",
"Joshua Tenner <tenner.joshua@gmail.com>",
"Nidin Vinayakan <01@01alchemist.com>",
"Aaron Turner <aaron@aaronthedev.com>",
"Willem Wyndham <willem@cs.umd.edu>",
"Bowen Wang <bowen@nearprotocol.com>",
"Emil Laine <laine.emil@gmail.com>",
"Stephen Paul Weber <stephen.weber@shopify.com>"
],
"license": "Apache-2.0",

@@ -24,7 +39,4 @@ "homepage": "https://assemblyscript.org",

"dependencies": {
"@protobufjs/utf8": "^1.1.0",
"binaryen": "89.0.0-nightly.20191012",
"glob": "^7.1.5",
"long": "^4.0.0",
"source-map-support": "^0.5.16"
"binaryen": "89.0.0-nightly.20191113",
"long": "^4.0.0"
},

@@ -31,0 +43,0 @@ "main": "index.js",

@@ -1094,10 +1094,14 @@ // @ts-ignore: decorator

@builtin
export declare function min<T>(a: v128, b: v128): v128; // f32, f64 only
export declare function min<T>(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function max<T>(a: v128, b: v128): v128; // f32, f64 only
export declare function max<T>(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function dot<T>(a: v128, b: v128): v128; // i16 only
// @ts-ignore: decorator
@builtin
export declare function abs<T>(a: v128): v128; // f32, f64 only

@@ -1201,2 +1205,18 @@

@builtin
export declare function min_s(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function min_u(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function max_s(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function max_u(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function neg(a: v128): v128;

@@ -1325,2 +1345,18 @@

@builtin
export declare function min_s(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function min_u(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function max_s(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function max_u(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function neg(a: v128): v128;

@@ -1469,2 +1505,22 @@

@builtin
export declare function min_s(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function min_u(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function max_s(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function max_u(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function dot_i16x8_s(a: v128, b: v128): v128;
// @ts-ignore: decorator
@builtin
export declare function neg(a: v128): v128;

@@ -1471,0 +1527,0 @@

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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