New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@fanoutio/pubcontrol

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fanoutio/pubcontrol - npm Package Compare versions

Comparing version 2.0.0-beta.7 to 2.0.0-beta.8

rollup.esm.config.js

7

package.json
{
"name": "@fanoutio/pubcontrol",
"version": "2.0.0-beta.7",
"version": "2.0.0-beta.8",
"author": "Fanout, Inc. <info@fanout.io>",

@@ -27,3 +27,6 @@ "description": "EPCP Library",

"prepublishOnly": "npm run build",
"build": "npm run build-commonjs && npm run build-browser",
"build": "npm run build-esm && npm run build-commonjs && npm run build-browser",
"build-esm": "npm run build-esm:clean && npm run build-esm:build",
"build-esm:clean": "rimraf esm",
"build-esm:build": "rollup -c rollup.esm.config.js",
"build-commonjs": "npm run build-commonjs:clean && npm run build-commonjs:build",

@@ -30,0 +33,0 @@ "build-commonjs:clean": "rimraf commonjs",

@@ -10,3 +10,3 @@ import nodeGlobals from 'rollup-plugin-node-globals';

export default {
input: 'esm/main.browser.mjs',
input: 'src/main.browser.mjs',
output: {

@@ -13,0 +13,0 @@ file: 'browser/pubcontrol.js',

@@ -8,3 +8,3 @@ import commonjs from '@rollup/plugin-commonjs';

export default {
input: 'esm/main.commonjs.mjs',
input: 'src/main.commonjs.mjs',
output: {

@@ -11,0 +11,0 @@ file: 'commonjs/index.js',

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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