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 1.1.7 to 1.1.8

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [1.1.8](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@1.1.7...@agoric/bundle-source@1.1.8) (2020-09-16)
**Note:** Version bump only for package @agoric/bundle-source
## [1.1.7](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@1.1.6...@agoric/bundle-source@1.1.7) (2020-08-31)

@@ -8,0 +16,0 @@

14

package.json
{
"name": "@agoric/bundle-source",
"version": "1.1.7",
"version": "1.1.8",
"description": "Create source bundles from ES Modules",

@@ -9,2 +9,3 @@ "main": "src/index.js",

"test": "ava",
"test:nyc": "nyc ava",
"lint-fix": "eslint --fix '**/*.js'",

@@ -16,9 +17,10 @@ "lint-check": "eslint '**/*.js'",

"devDependencies": {
"@agoric/install-ses": "^0.3.0",
"ava": "^3.11.1"
"@agoric/install-ses": "^0.3.1",
"ava": "^3.12.1",
"nyc": "^15.1.0"
},
"dependencies": {
"@agoric/acorn-eventual-send": "^2.0.7",
"@agoric/acorn-eventual-send": "^2.0.8",
"@agoric/babel-parser": "^7.6.4",
"@agoric/transform-eventual-send": "^1.3.2",
"@agoric/transform-eventual-send": "^1.3.3",
"@babel/generator": "^7.6.4",

@@ -58,3 +60,3 @@ "@babel/traverse": "^7.8.3",

},
"gitHead": "709048cc133b0b2b26a9774315c18c5e828ea6ab"
"gitHead": "f5ee0a03901539beb8e8f4aca7b20e01bfbf6ab3"
}
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