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

kyt-runtime

Package Overview
Dependencies
Maintainers
4
Versions
209
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kyt-runtime - npm Package Compare versions

Comparing version

to
1.2.36

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.2.36](http://github.com/nytimes/kyt/packages/kyt-runtime/compare/kyt-runtime@1.2.35...kyt-runtime@1.2.36) (2021-05-20)
### Bug Fixes
* concat not push ([#787](http://github.com/nytimes/kyt/packages/kyt-runtime/issues/787)) ([55245a8](http://github.com/nytimes/kyt/packages/kyt-runtime/commit/55245a842e774f65229cb3033f1e5ffac9bbab8f))
## [1.2.35](http://github.com/nytimes/kyt/packages/kyt-runtime/compare/kyt-runtime@1.2.34...kyt-runtime@1.2.35) (2021-05-20)

@@ -8,0 +19,0 @@

6

lib/loadable-plugin.js

@@ -170,8 +170,4 @@ "use strict";

return moduleIds.reduce(function (bundles, moduleId) {
if (manifest[moduleId]) {
bundles.push(manifest[moduleId]);
}
return bundles;
return manifest[moduleId] ? bundles.concat(manifest[moduleId]) : bundles;
}, []);
}
{
"name": "kyt-runtime",
"version": "1.2.35",
"version": "1.2.36",
"description": "A shared kyt runtime utility library.",

@@ -36,3 +36,3 @@ "author": "NYTimes",

},
"gitHead": "2c6b5e9319bb68b3146bb17c90610eaae3b629f1"
"gitHead": "ee7e100a548c1d2a0f8d29fb87644c88cc97f81c"
}