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

cld3-asm

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cld3-asm - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

10

CHANGELOG.md

@@ -0,1 +1,11 @@

<a name="0.0.5"></a>
## [0.0.5](https://github.com/kwonoj/cld3-asm/compare/v0.0.4...v0.0.5) (2017-09-18)
### Bug Fixes
* **preamble:** support electron without require ([a612f74](https://github.com/kwonoj/cld3-asm/commit/a612f74))
<a name="0.0.4"></a>

@@ -2,0 +12,0 @@ ## [0.0.4](https://github.com/kwonoj/cld3-asm/compare/v0.0.2...v0.0.4) (2017-09-16)

8

package.json
{
"name": "cld3-asm",
"version": "0.0.4",
"version": "0.0.5",
"description": "WebAssembly based Javascript bindings for google compact language detector 3",

@@ -18,4 +18,4 @@ "main": "./dist/src/index.js",

"*.{ts,js}": [
"prettier --write --single-quote --print-width 120 --jsx-bracket-same-line true",
"tslint --fix",
"prettier --write --single-quote --print-width 120 --jsx-bracket-same-line true --ignore-path ./src/lib/*.js",
"tslint --fix --type-check --project tsconfig.json --exclude ./src/lib",
"git add"

@@ -81,3 +81,3 @@ ]

"dependencies": {
"emscripten-wasm-loader": "0.0.5",
"emscripten-wasm-loader": "0.0.7",
"getroot": "^1.0.0",

@@ -84,0 +84,0 @@ "tslib": "^1.7.1",

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