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

builder-docs-archetype

Package Overview
Dependencies
Maintainers
4
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

builder-docs-archetype - npm Package Compare versions

Comparing version 1.0.6 to 2.0.0

3

CHANGELOG.md
# Docs Archetype
# 2.0.0 (2016 Jul 20)
* Collapse static-entry.jsx and entry.jsx to just entry.js
# 1.0.6 (2016 Jul 20)

@@ -4,0 +7,0 @@ * Add missing global variable to fix static builds for projects that depend on ecology

2

config/webpack/webpack.config.dev.js

@@ -26,3 +26,3 @@ "use strict";

entry: {
app: [path.join(SRC, "components", "entry.jsx")]
app: [path.join(SRC, "components", "entry.js")]
},

@@ -29,0 +29,0 @@ stats: {

@@ -22,3 +22,3 @@ "use strict";

entry: {
main: [path.join(SRC, "components", "static-entry.jsx")]
main: [path.join(SRC, "components", "entry.js")]
},

@@ -25,0 +25,0 @@ output: {

{
"name": "builder-docs-archetype-dev",
"version": "1.0.6",
"version": "2.0.0",
"description": "An archetype for building static landing/documentation pages for our projects. (Development)",

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

{
"name": "builder-docs-archetype",
"version": "1.0.6",
"version": "2.0.0",
"description": "An archetype for building static landing/documentation pages for our projects.",

@@ -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