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

@daybrush/builder

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@daybrush/builder - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

4

index.js

@@ -10,2 +10,4 @@ const pkg = require(process.cwd() + "/package.json");

*/`;
const commonjsPlugin = require("rollup-plugin-commonjs")();
const typescriptPlugin = require("rollup-plugin-typescript")({

@@ -47,2 +49,3 @@ "module": "es2015",

resolve, // boolean
commonjs, // boolean,
visualizer, // options

@@ -56,2 +59,3 @@ external, // {object}

commonjs && plugins.push(commonjsPlugin);
resolve && plugins.push(resolvePlugin);

@@ -58,0 +62,0 @@ if (uglify) {

3

package.json
{
"name": "@daybrush/builder",
"version": "0.0.3",
"version": "0.0.4",
"description": "",

@@ -21,2 +21,3 @@ "main": "index.js",

"rollup": "^1.7.4",
"rollup-plugin-commonjs": "^9.3.4",
"rollup-plugin-node-resolve": "^4.0.1",

@@ -23,0 +24,0 @@ "rollup-plugin-prototype-minify": "^1.0.5",

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