babel-plugin-object-source
Advanced tools
Comparing version 1.0.2 to 1.0.3
{ | ||
"name": "babel-plugin-object-source", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "index.js", | ||
@@ -30,4 +30,5 @@ "description": | ||
"babel-core": "^6.26.0", | ||
"@babel/core": "7.0.0-beta.47", | ||
"jest": "^22.0.3" | ||
} | ||
} |
@@ -68,1 +68,12 @@ ## babel-plugin-object-source | ||
``` | ||
### Package testing | ||
Since plugin should work properly with `babel-core@^6.26.0` and `babel core@^7.0.0` versions, it should be included in integration tests. | ||
Hovewer, `npm` does not support existence of different versions of same package in `dependencies` or `devDependencies`. | ||
Unfontunely, there is no smart workaround for this: see [here](https://github.com/npm/npm/issues/5499#issuecomment-129481232) | ||
and [here](https://stackoverflow.com/questions/43770328/) for more details. | ||
That's why repository introduces fake `babelcore6-1.0.0.tgz` and `babelcore7-1.0.0.tgz` local packages. | ||
They does not include nothing, execpt dependency for `babel-core@^6.26.0` and `babel core@^7.0.0` packages respectively. |
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
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
Found 1 instance in 1 package
79
0
9342
3
3
118