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

nppack

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nppack - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

6

dist/bin/dev.js

@@ -68,4 +68,2 @@ "use strict";

const jsDistPath = path.join(Config.PATH, Config.distPublicJs);
utils_1.removeDeep(jsDistPath);
utils_1.makeDirSync(jsDistPath);
utils_1.copyFiles(jsFiles, jsDistPath);

@@ -77,4 +75,2 @@ return true;

const cssDistPath = path.join(Config.PATH, Config.distPublicCss);
utils_1.removeDeep(cssDistPath);
utils_1.makeDirSync(cssDistPath);
utils_1.copyFiles(cssFiles, cssDistPath);

@@ -86,4 +82,2 @@ return true;

const imageDistPath = path.join(Config.PATH, Config.distPublicImage);
utils_1.removeDeep(imageDistPath);
utils_1.makeDirSync(imageDistPath);
utils_1.copyFiles(imageFiles, imageDistPath);

@@ -90,0 +84,0 @@ return true;

2

dist/config.js

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

const config = {
VERSION: '0.1.2',
VERSION: '0.1.3',
COMMAND_BUILD: 'build',

@@ -8,0 +8,0 @@ COMMAND_DEV: 'dev',

{
"name": "nppack",
"version": "0.1.2",
"version": "0.1.3",
"description": "no paste pack for static html development",

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

@@ -93,4 +93,2 @@ /**

const jsDistPath = path.join(Config.PATH, Config.distPublicJs)
removeDeep(jsDistPath)
makeDirSync(jsDistPath)
copyFiles(jsFiles, jsDistPath)

@@ -102,4 +100,2 @@ return true

const cssDistPath = path.join(Config.PATH, Config.distPublicCss)
removeDeep(cssDistPath)
makeDirSync(cssDistPath)
copyFiles(cssFiles, cssDistPath)

@@ -111,4 +107,2 @@ return true

const imageDistPath = path.join(Config.PATH, Config.distPublicImage)
removeDeep(imageDistPath)
makeDirSync(imageDistPath)
copyFiles(imageFiles, imageDistPath)

@@ -115,0 +109,0 @@ return true

@@ -36,3 +36,3 @@ import * as path from 'path'

} = {
VERSION: '0.1.2',
VERSION: '0.1.3',
COMMAND_BUILD: 'build',

@@ -39,0 +39,0 @@ COMMAND_DEV: 'dev',

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