@vue/babel-preset-jsx
Advanced tools
Comparing version 0.1.0 to 1.0.0-beta.1
{ | ||
"name": "@vue/babel-preset-jsx", | ||
"version": "0.1.0", | ||
"version": "1.0.0-beta.1", | ||
"description": "Babel preset for Vue JSX", | ||
"main": "dist/plugin.cjs.js", | ||
"module": "dist/plugin.js", | ||
"repository": "https://github.com/vuejs/jsx/tree/master/packages/babel-sugar-event-modifiers", | ||
@@ -11,2 +10,3 @@ "author": "Nick Messing <dot.nick.dot.messing@gmail.com>", | ||
"private": false, | ||
"files": [], | ||
"scripts": { | ||
@@ -17,16 +17,17 @@ "build": "rollup -c", | ||
"dependencies": { | ||
"@vue/babel-helper-vue-jsx-merge-props": "^0.1.0", | ||
"@vue/babel-plugin-transform-vue-jsx": "^0.1.0", | ||
"@vue/babel-sugar-functional-vue": "^0.1.0", | ||
"@vue/babel-sugar-inject-h": "^0.1.0", | ||
"@vue/babel-sugar-v-model": "^0.1.0", | ||
"@vue/babel-sugar-v-on": "^0.1.0" | ||
"@vue/babel-helper-vue-jsx-merge-props": "^1.0.0-beta.1", | ||
"@vue/babel-plugin-transform-vue-jsx": "^1.0.0-beta.1", | ||
"@vue/babel-sugar-functional-vue": "^1.0.0-beta.1", | ||
"@vue/babel-sugar-inject-h": "^1.0.0-beta.1", | ||
"@vue/babel-sugar-v-model": "^1.0.0-beta.1", | ||
"@vue/babel-sugar-v-on": "^1.0.0-beta.1" | ||
}, | ||
"devDependencies": { | ||
"rollup": "^0.65.0", | ||
"rollup-plugin-babel-minify": "^5.0.0" | ||
"rollup": "^0.67.4", | ||
"rollup-plugin-babel-minify": "^6.2.0" | ||
}, | ||
"peerDependencies": { | ||
"@vue/babel-helper-vue-jsx-merge-props": "^0.1.0" | ||
} | ||
}, | ||
"gitHead": "dda2c4cdae7addb4fee6209cc38e3b6e0aba2252" | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
0
48
2848
3
3
3
2
+ Added@vue/babel-helper-vue-jsx-merge-props@1.4.0(transitive)
+ Added@vue/babel-plugin-transform-vue-jsx@1.4.0(transitive)
+ Added@vue/babel-sugar-functional-vue@1.4.0(transitive)
+ Added@vue/babel-sugar-inject-h@1.4.0(transitive)
+ Added@vue/babel-sugar-v-model@1.4.0(transitive)
+ Added@vue/babel-sugar-v-on@1.4.0(transitive)
+ Addedhtml-tags@2.0.0(transitive)
+ Addedsvg-tags@1.0.0(transitive)
- Removed@vue/babel-helper-vue-jsx-merge-props@0.1.0(transitive)
- Removed@vue/babel-plugin-transform-vue-jsx@0.1.0(transitive)
- Removed@vue/babel-sugar-functional-vue@0.1.0(transitive)
- Removed@vue/babel-sugar-inject-h@0.1.0(transitive)
- Removed@vue/babel-sugar-v-model@0.1.0(transitive)
- Removed@vue/babel-sugar-v-on@0.1.0(transitive)