@agoric/bundle-source
Advanced tools
Comparing version 2.0.2-dev-fea822e.0 to 2.0.3-dev-2265ce7.0
@@ -6,2 +6,11 @@ # Change Log | ||
### [2.0.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@2.0.1...@agoric/bundle-source@2.0.2) (2022-02-21) | ||
### Bug Fixes | ||
* **bundle-source:** Relax line number test for better prefixes ([78a2575](https://github.com/Agoric/agoric-sdk/commit/78a25753516e6c81f6c5d1e2e703066576f08f34)) | ||
### [2.0.1](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@2.0.0...@agoric/bundle-source@2.0.1) (2021-12-02) | ||
@@ -8,0 +17,0 @@ |
{ | ||
"name": "@agoric/bundle-source", | ||
"version": "2.0.2-dev-fea822e.0+fea822e", | ||
"version": "2.0.3-dev-2265ce7.0+2265ce7", | ||
"description": "Create source bundles from ES Modules", | ||
@@ -13,10 +13,7 @@ "type": "module", | ||
"lint-fix": "eslint --fix '**/*.js'", | ||
"lint-check": "yarn lint", | ||
"lint-fix-jessie": "eslint -c '.eslintrc-jessie.js' --fix '**/*.js'", | ||
"lint-check-jessie": "eslint -c '.eslintrc-jessie.js' '**/*.js'", | ||
"lint": "eslint '**/*.js'" | ||
}, | ||
"devDependencies": { | ||
"@agoric/lockdown": "0.1.2-dev-fea822e.0+fea822e", | ||
"@endo/ses-ava": "^0.2.8", | ||
"@endo/lockdown": "^0.1.7", | ||
"@endo/ses-ava": "^0.2.19", | ||
"ava": "^3.12.1" | ||
@@ -28,4 +25,4 @@ }, | ||
"@babel/traverse": "^7.14.2", | ||
"@endo/base64": "^0.2.8", | ||
"@endo/compartment-mapper": "^0.5.3", | ||
"@endo/base64": "^0.2.19", | ||
"@endo/compartment-mapper": "^0.6.7", | ||
"@rollup/plugin-commonjs": "^19.0.0", | ||
@@ -66,7 +63,3 @@ "@rollup/plugin-node-resolve": "^13.0.0", | ||
}, | ||
"prettier": { | ||
"trailingComma": "all", | ||
"singleQuote": true | ||
}, | ||
"gitHead": "fea822ec75c27c8758b872730424c0a3f1a1c623" | ||
"gitHead": "2265ce72b6c0c6b5d34aecf5f5ffc21498a6f17b" | ||
} |
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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing 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
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
43053
+ Added@babel/generator@7.26.5(transitive)
+ Added@babel/parser@7.26.5(transitive)
+ Added@babel/traverse@7.26.5(transitive)
+ Added@babel/types@7.26.5(transitive)
+ Added@endo/compartment-mapper@0.6.7(transitive)
- Removed@babel/generator@7.26.3(transitive)
- Removed@babel/parser@7.26.3(transitive)
- Removed@babel/traverse@7.26.4(transitive)
- Removed@babel/types@7.26.3(transitive)
- Removed@endo/compartment-mapper@0.5.6(transitive)
Updated@endo/base64@^0.2.19