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.8 to 2.0.0-beta.9

2

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

@@ -5,0 +5,0 @@ "description": "EPCP Library",

import commonjs from '@rollup/plugin-commonjs';
import nodeResolve from 'rollup-plugin-node-resolve';
import babel from 'rollup-plugin-babel';

@@ -16,5 +15,2 @@ import json from '@rollup/plugin-json';

json(),
nodeResolve({
preferBuiltins: true,
}),
babel({

@@ -28,3 +24,8 @@ babelrc: false,

],
external: builtins,
external: [
...builtins,
'isomorphic-fetch',
'agentkeepalive',
'jwt-simple',
],
};

Sorry, the diff of this file is too big to display

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