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.8 to 1.0.9

2

package.json
{
"name": "primitive-script-bundler",
"version": "1.0.8",
"version": "1.0.9",
"description": "",

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

@@ -5,11 +5,11 @@ #Primitive script bundler modeled after Webpack

1. Declare a config.json file. This is where primitive-script-bundler
+Declare a config.json file. This is where primitive-script-bundler
will look for your configuration. Currently supports an array of filenames.
2. E.g. --> files: ["test.js", "dogs.js"]
+E.g. --> files: ["test.js", "dogs.js"]
3. Create an output file (bundle.js is there by default)
+Create an output file (bundle.js is there by default)
4. Create script in package.json to run: E.g. --> "bundle": "node index.js"
+Create script in package.json to run: E.g. --> "bundle": "node index.js"
###Built by Theodore Anderson
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