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.2.2 to 1.2.3

12

CHANGELOG.md

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

## [1.2.3](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@1.2.2...@agoric/bundle-source@1.2.3) (2021-03-16)
### Bug Fixes
* make separate 'test:xs' target, remove XS from 'test' target ([b9c1a69](https://github.com/Agoric/agoric-sdk/commit/b9c1a6987093fc8e09e8aba7acd2a1618413bac8)), closes [#2647](https://github.com/Agoric/agoric-sdk/issues/2647)
* upgrade ses to 0.12.3 to avoid console noise ([#2552](https://github.com/Agoric/agoric-sdk/issues/2552)) ([f59f5f5](https://github.com/Agoric/agoric-sdk/commit/f59f5f58d1567bb11710166b1dbc80f25c39a04f))
## [1.2.2](https://github.com/Agoric/agoric-sdk/compare/@agoric/bundle-source@1.2.1...@agoric/bundle-source@1.2.2) (2021-02-22)

@@ -8,0 +20,0 @@

15

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

@@ -13,2 +13,3 @@ "parsers": {

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

@@ -20,3 +21,3 @@ "lint-check": "eslint '**/*.js'",

"devDependencies": {
"@agoric/install-ses": "^0.5.2",
"@agoric/install-ses": "^0.5.3",
"ava": "^3.12.1",

@@ -26,7 +27,7 @@ "nyc": "^15.1.0"

"dependencies": {
"@agoric/acorn-eventual-send": "^2.1.2",
"@agoric/acorn-eventual-send": "^2.1.3",
"@agoric/babel-parser": "^7.6.4",
"@agoric/base64": "^0.1.2",
"@agoric/base64": "^0.1.3",
"@agoric/compartment-mapper": "^0.2.3",
"@agoric/transform-eventual-send": "^1.4.2",
"@agoric/transform-eventual-send": "^1.4.3",
"@babel/generator": "^7.6.4",

@@ -39,3 +40,3 @@ "@babel/traverse": "^7.8.3",

"rollup": "^1.32.0",
"ses": "^0.12.2",
"ses": "^0.12.3",
"source-map": "^0.7.3"

@@ -78,3 +79,3 @@ },

},
"gitHead": "d9b77a4d36fe99c963e86733b90d878231201422"
"gitHead": "5ad5f483f05ba20d903b4423bfb4fa0d2ce75fd7"
}

@@ -0,1 +1,2 @@

/* global process */
import fs from 'fs';

@@ -2,0 +3,0 @@ import { rollup as rollup0 } from 'rollup';

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