babel-plugin-transform-cx-imports
Advanced tools
Comparing version 17.4.2 to 19.1.0
@@ -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'); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
3
6366
+ Added@ampproject/remapping@2.3.0(transitive)
+ Added@babel/code-frame@7.26.2(transitive)
+ Added@babel/compat-data@7.26.2(transitive)
+ Added@babel/core@7.26.0(transitive)
+ Added@babel/generator@7.26.2(transitive)
+ Added@babel/helper-compilation-targets@7.25.9(transitive)
+ Added@babel/helper-module-imports@7.25.9(transitive)
+ Added@babel/helper-module-transforms@7.26.0(transitive)
+ Added@babel/helper-plugin-utils@7.25.9(transitive)
+ Added@babel/helper-string-parser@7.25.9(transitive)
+ Added@babel/helper-validator-identifier@7.25.9(transitive)
+ Added@babel/helper-validator-option@7.25.9(transitive)
+ Added@babel/helpers@7.26.0(transitive)
+ Added@babel/parser@7.26.2(transitive)
+ Added@babel/plugin-syntax-jsx@7.25.9(transitive)
+ Added@babel/template@7.25.9(transitive)
+ Added@babel/traverse@7.25.9(transitive)
+ Added@babel/types@7.26.0(transitive)
+ Added@jridgewell/gen-mapping@0.3.5(transitive)
+ Added@jridgewell/resolve-uri@3.1.2(transitive)
+ Added@jridgewell/set-array@1.2.1(transitive)
+ Added@jridgewell/sourcemap-codec@1.5.0(transitive)
+ Added@jridgewell/trace-mapping@0.3.25(transitive)
+ Addedbrowserslist@4.24.2(transitive)
+ Addedcaniuse-lite@1.0.30001684(transitive)
+ Addedconvert-source-map@2.0.0(transitive)
+ Addeddebug@4.3.7(transitive)
+ Addedelectron-to-chromium@1.5.64(transitive)
+ Addedescalade@3.2.0(transitive)
+ Addedgensync@1.0.0-beta.2(transitive)
+ Addedglobals@11.12.0(transitive)
+ Addedjs-tokens@4.0.0(transitive)
+ Addedjsesc@3.0.2(transitive)
+ Addedjson5@2.2.3(transitive)
+ Addedlru-cache@5.1.1(transitive)
+ Addedms@2.1.3(transitive)
+ Addednode-releases@2.0.18(transitive)
+ Addedpicocolors@1.1.1(transitive)
+ Addedsemver@6.3.1(transitive)
+ Addedupdate-browserslist-db@1.1.1(transitive)
+ Addedyallist@3.1.1(transitive)
- Removedbabel-plugin-syntax-jsx@^6.18.0
- Removedbabel-plugin-syntax-jsx@6.18.0(transitive)