RubyGems
npm
PyPI
Organizations
Log in
Sign up
npm
motoko
Versions diffs
3.9.6 → 3.10.0
Page 3
motoko 3.9.6 → 3.10.0
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (8)
hide
show
package/contrib/generated/errorCodes.json
+1
-1
package/lib/package.js
+1
-1
package/lib/package.js.map
+1
-1
package/package.json
+1
-1
package/packages/latest/base.json
+1
-1
package/src/package.ts
+1
-1
package/versions/latest/moc.min.js
+1
-1
package/versions/latest/moc_interpreter.min.js
+1
-1
package/src/package.ts
CHANGED
Viewed
@@ -82,7 +82,7 @@ async function fetchPackageFiles(
82
82
'files',
83
83
'name',
84
84
);
85
-
if (result
?.length
) {
85
+
if (result) {
86
86
return result;
87
87
}
88
88
}
« First
‹ Prev
1
2
3
4
5
Next ›
Last »