babel-preset-poi
Advanced tools
Comparing version 10.0.0 to 10.0.1
14
index.js
@@ -32,4 +32,14 @@ const path = require('path') | ||
const plugins = [ | ||
require.resolve('@babel/plugin-proposal-decorators'), | ||
require.resolve('@babel/plugin-proposal-class-properties'), | ||
[ | ||
require.resolve('@babel/plugin-proposal-decorators'), | ||
{ | ||
legacy: true | ||
} | ||
], | ||
[ | ||
require.resolve('@babel/plugin-proposal-class-properties'), | ||
{ | ||
loose: true | ||
} | ||
], | ||
// require.resolve('babel-macros'), | ||
@@ -36,0 +46,0 @@ [ |
{ | ||
"name": "babel-preset-poi", | ||
"version": "10.0.0", | ||
"version": "10.0.1", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
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
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
3411
74
1