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

babel-preset-kyt-core

Package Overview
Dependencies
Maintainers
3
Versions
266
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-kyt-core - npm Package Compare versions

Comparing version 0.3.0-alpha.6 to 0.3.0-alpha.7

2

lib/__tests__/index.test.js

@@ -18,3 +18,3 @@ /* eslint-disable global-require */

const config = presetKytCore();
expect(config.presets[0][1].targets.node).toEqual(true);
expect(config.presets[0][1].targets.node).toEqual('current');
});

@@ -21,0 +21,0 @@

@@ -48,2 +48,5 @@ /* eslint-disable vars-on-top */

envOptions = merge({}, userEnvOptions.test ? userEnvOptions.test : {});
// Unless the user wants to define the transform-runtime plugin,
// we needs to make sure it's true/added for tests.
if (opts.includeRuntime === undefined) opts.includeRuntime = true;
} else {

@@ -50,0 +53,0 @@ envOptions = clientEnvOptions;

{
"name": "babel-preset-kyt-core",
"version": "0.3.0-alpha.6",
"version": "0.3.0-alpha.7",
"description": "An opinionated babel preset, best used with kyt",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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