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

primitive-script-bundler

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

primitive-script-bundler - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

package.json
{
"name": "primitive-script-bundler",
"version": "1.0.2",
"version": "1.0.3",
"description": "",

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

@@ -1,14 +0,18 @@

Simple script bundler modeled after Webpack
<h1>Simple script bundler modeled after Webpack</h1>
To use in your project:
<h3>To use in your project:</h3>
Declare a config.json file. This is where primitive-script-bundler
will look for your configuration. Currently supports an array of filenames.
<ul>
<li>Declare a config.json file. This is where primitive-script-bundler
will look for your configuration. Currently supports an array of filenames.</li>
E.g. files: ["test.js", "dogs.js"]
<li>E.g. files: ["test.js", "dogs.js"]</li>
Create script in package.json to run:
<li>Create an output file (bundle.js is there by default)</li>
E.g. --> "bundle": "node index"
<li>Create script in package.json to run:</li>
Built by Theodore Anderson
<li>E.g. --> "bundle": "node index.js"</li>
</ul>
<b>Built by Theodore Anderson</b>
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