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

babel-plugin-transform-cx-imports

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-transform-cx-imports - npm Package Compare versions

Comparing version 17.4.2 to 19.1.0

2

LICENSE.md

@@ -1,2 +0,2 @@

This package is a part of the Cx framework, which is available under
This package is a part of the CxJS framework, which is available under
different licensing options depending on the nature of your project.

@@ -3,0 +3,0 @@

{
"name": "babel-plugin-transform-cx-imports",
"version": "17.4.2",
"version": "19.1.0",
"description": "Rewrite Cx imports for simplicity and optimal output size.",
"repository": "https://github.com/codaxy/cx",
"author": "Marko Stijak",
"repository": "https://github.com/codaxy/cxjs",
"author": "Codaxy",
"license": "SEE LICENSE IN LICENSE.md",
"main": "index.js",
"dependencies": {
"babel-plugin-syntax-jsx": "^6.18.0"
"@babel/plugin-syntax-jsx": "^7.2.0"
},
"devDependencies": {
"babel-core": "^6.4.5",
"babel-plugin-transform-es2015-arrow-functions": "^6.4.0",
"babel-preset-es2015": "^6.3.13",
"mocha": "^2.3.4",
"babel-runtime": "^6.3.19"
"@babel/core": "^7.2.2",
"@babel/preset-env": "^7.2.3",
"mocha": "^2.3.4"
},

@@ -19,0 +17,0 @@ "scripts": {

# babel-plugin-transform-cx-imports
What this is plugin is used for?
What is this plugin used for?

@@ -5,0 +5,0 @@ 1. Rewrites Cx imports to use `src` files which may result with smaller builds:

"use strict";
var babel = require("babel-core"),
var babel = require("@babel/core"),
plugin = require("./index"),

@@ -5,0 +5,0 @@ assert = require('assert');

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