New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

nyg-jam3

Package Overview
Dependencies
Maintainers
1
Versions
76
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nyg-jam3 - npm Package Compare versions

Comparing version 1.0.8 to 1.0.9

2

package.json
{
"name": "nyg-jam3",
"version": "1.0.8",
"version": "1.0.9",
"description": "Jam3 project scaffold generator based on nyg",

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

@@ -14,3 +14,3 @@ 'use strict';

} else {
glob(path.join(config.raw,'**/*.*'),function(err,files) {
glob(path.join(config.raw,'**/*.*'),{dot: true},function(err,files) {
if (!err) {

@@ -23,3 +23,3 @@ files.forEach(copyFile.bind(null,path.join(config.output,'assets/'),config.raw));

if (config.NODE_ENV==='production') {
glob(path.join(config.app,'**/*.*'),function(err,files) {
glob(path.join(config.app,'**/*.*'),{dot: true},function(err,files) {
if (!err) {

@@ -26,0 +26,0 @@ files.forEach(copyFile.bind(null,path.join(config.output),config.app));

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