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

@types/emscripten

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/emscripten - npm Package Compare versions

Comparing version 1.39.2 to 1.39.3

2

emscripten/index.d.ts

@@ -274,3 +274,3 @@ // Type definitions for Emscripten 1.39.5

declare function addFunction(func: () => any, signature?: string): number;
declare function addFunction(func: (...args: any[]) => any, signature?: string): number;
declare function removeFunction(funcPtr: number): void;

@@ -277,0 +277,0 @@

{
"name": "@types/emscripten",
"version": "1.39.2",
"version": "1.39.3",
"description": "TypeScript definitions for Emscripten",

@@ -32,4 +32,4 @@ "license": "MIT",

"dependencies": {},
"typesPublisherContentHash": "fb5e12acd6af3acda9e8db902aad266f448bdee01ec0d7ac15f6b3652804843f",
"typesPublisherContentHash": "d9d57709abc6b4d76d811112386571e0c81119d5ed08fa21c5893378250c9bc3",
"typeScriptVersion": "2.8"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 07 Feb 2020 18:13:36 GMT
* Last updated: Tue, 10 Mar 2020 19:24:57 GMT
* Dependencies: none

@@ -17,2 +17,2 @@ * Global values: `ALLOC_DYNAMIC`, `ALLOC_NONE`, `ALLOC_NORMAL`, `ALLOC_STACK`, `ALLOC_STATIC`, `FS`, `IDBFS`, `MEMFS`, `Module`, `NODEFS`, `UTF16ToString`, `UTF32ToString`, `UTF8ToString`, `addFunction`, `addRunDependency`, `allocate`, `allocateUTF8`, `allocateUTF8OnStack`, `ccall`, `cwrap`, `getValue`, `intArrayFromString`, `intArrayToString`, `lengthBytesUTF16`, `lengthBytesUTF32`, `lengthBytesUTF8`, `removeFunction`, `removeRunDependency`, `setValue`, `stackAlloc`, `stackRestore`, `stackSave`, `stringToUTF16`, `stringToUTF32`, `stringToUTF8`, `writeArrayToMemory`, `writeAsciiToMemory`, `writeStringToMemory`

# Credits
These definitions were written by Kensuke Matsuzaki (https://github.com/zakki), Periklis Tsirakidis (https://github.com/periklis), and Bumsik Kim (https://github.com/kbumsik).
These definitions were written by [Kensuke Matsuzaki](https://github.com/zakki), [Periklis Tsirakidis](https://github.com/periklis), and [Bumsik Kim](https://github.com/kbumsik).
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