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

systemjs-plugin-babel

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

systemjs-plugin-babel - npm Package Compare versions

Comparing version 0.0.20 to 0.0.21

2

package.json
{
"name": "systemjs-plugin-babel",
"version": "0.0.20",
"version": "0.0.21",
"registry": "npm",

@@ -5,0 +5,0 @@ "jspmPackage": true,

@@ -103,11 +103,5 @@ var babel = require('systemjs-babel-build').babel;

return;
pluginAndPresetModuleLoads.push(
pluginLoader.normalize(plugin, module.id)
.then(function(normalized) {
return pluginLoader.load(normalized)
.then(function() {
return pluginLoader.get(normalized)['default'];
});
})
);
pluginAndPresetModuleLoads.push(pluginLoader.import(plugin, module.id).then(function (m) {
return m.default || m;
}));
});

@@ -114,0 +108,0 @@

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