Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@agoric/bundle-source

Package Overview
Dependencies
Maintainers
5
Versions
224
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@agoric/bundle-source - npm Package Compare versions

Comparing version 2.0.2-dev-fea822e.0 to 2.0.3-dev-2265ce7.0

9

CHANGELOG.md

@@ -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 @@

19

package.json
{
"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"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc