New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

eslang

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslang - npm Package Compare versions

Comparing version

to
1.0.9

6

.vscode/settings.json

@@ -6,3 +6,2 @@ {

"ching",
"clist",
"com",

@@ -20,3 +19,2 @@ "constambda",

"ployfill",
"polyfill",
"printf",

@@ -27,3 +25,7 @@ "retval",

"wasm"
],
"cSpell.ignoreWords": [
"clist",
"flist"
]
}

@@ -123,7 +123,4 @@ 'use strict'

nativeEspressoModules[dir] = true
if (!tryToMount(dir)) {
$void.$warn('modules:resolve',
'an Espresso module without native dependency does not need to be ' +
'published as a npm package.', [source, dir])
return null
if (fs.existsSync(path.join(dir, 'profile.js'))) {
tryToMount(dir, $void)
}

@@ -130,0 +127,0 @@ }

{
"name": "eslang",
"version": "1.0.8",
"version": "1.0.9",
"author": {

@@ -5,0 +5,0 @@ "email": "leevi@nirlstudio.com",