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

@egjs/build-helper

Package Overview
Dependencies
Maintainers
8
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@egjs/build-helper - npm Package Compare versions

Comparing version 0.0.5 to 0.1.0

13

index.js

@@ -24,8 +24,2 @@ const fs = require("fs");

const typescriptPlugin = require("rollup-plugin-typescript");
const replacePlugin = require("rollup-plugin-replace")({
"#__VERSION__#": pkg.version,
"/** @class */": "/*#__PURE__*/",
delimiters: ["", ""],
sourcemap: true,
});
const minifyPlugin = require("rollup-plugin-prototype-minify")({ sourcemap: true })

@@ -64,2 +58,9 @@ const resolvePlugin = require("rollup-plugin-node-resolve")();

} = options;
const replacePlugin = require("rollup-plugin-replace")({
"#__VERSION__#": pkg.version,
"#__FILETYPE__#": format,
"/** @class */": "/*#__PURE__*/",
delimiters: ["", ""],
sourcemap: true,
});
const nextPlugins = plugins.concat([

@@ -66,0 +67,0 @@ typescriptPlugin({

{
"name": "@egjs/build-helper",
"version": "0.0.5",
"version": "0.1.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "index.js",

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