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

@hpcc-js/bundle

Package Overview
Dependencies
Maintainers
1
Versions
71
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hpcc-js/bundle - npm Package Compare versions

Comparing version 0.0.24 to 0.0.26

4

package.json
{
"name": "@hpcc-js/bundle",
"version": "0.0.24",
"version": "0.0.26",
"description": "hpcc-js - bundle",

@@ -22,3 +22,3 @@ "main": "lib/index.js",

"dependencies": {
"rollup": "0.52.1",
"rollup": "0.54.0",
"rollup-plugin-alias": "1.4.0",

@@ -25,0 +25,0 @@ "rollup-plugin-commonjs": "8.2.6",

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

import * as rollup from "rollup";
export declare function inOptions(inFile: string, min?: boolean): {

@@ -6,11 +7,3 @@ input: string;

};
export declare function outOptions(min?: boolean): {
file: string;
format: string;
name: any;
globals: {
[key: string]: string;
};
sourcemap: boolean;
};
export declare function outOptions(min?: boolean): rollup.OutputOptions;
export declare function bundle(inFile: string, min?: boolean): Promise<void>;
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