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
270
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 1.0.0-alpha.09796e06 to 1.0.0-alpha.0bc2b42b

2

lib/index.js

@@ -15,2 +15,3 @@ /* eslint-disable vars-on-top */

var clientEnvOptions = {
modules: false,
useBuiltIns: 'entry',

@@ -24,2 +25,3 @@ forceAllTransforms: true,

var serverEnvOptions = {
modules: false,
useBuiltIns: 'entry',

@@ -26,0 +28,0 @@ forceAllTransforms: true,

2

package.json
{
"name": "babel-preset-kyt-core",
"version": "1.0.0-alpha.09796e06",
"version": "1.0.0-alpha.0bc2b42b",
"description": "An opinionated babel preset, best used with kyt",

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

@@ -41,2 +41,3 @@ ## babel-preset-kyt-core

useBuiltIns: 'entry',
forceAllTransforms: true,
targets: {

@@ -43,0 +44,0 @@ node: 'current'

Sorry, the diff of this file is not supported yet

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