@3m/repos-tools
Advanced tools
Comparing version 1.0.13 to 1.0.16
{ | ||
"name": "@3m/repos-tools", | ||
"version": "1.0.13", | ||
"version": "1.0.16", | ||
"main": "index.js", | ||
@@ -22,2 +22,2 @@ "repository": "git@code.aliyun.com:3m/repos-tools.git", | ||
} | ||
} | ||
} |
@@ -122,4 +122,4 @@ #!/usr/bin/env node | ||
} | ||
const content = `window._3m_libs=${JSON.stringify(packages)};`; | ||
fs.writeFileSync('./extern_modules/modules/libs.js', content); | ||
const content = `window._3m_modules=${JSON.stringify(packages)};`; | ||
fs.writeFileSync('./extern_modules/modules/modules.js', content); | ||
fs.writeJsonSync('./extern_modules/externals.json', externals, { | ||
@@ -126,0 +126,0 @@ spaces: 2, |
@@ -45,3 +45,3 @@ #!/usr/bin/env node | ||
`git log ${ | ||
sinceTag ? sinceTag + '..HEAD' : '' | ||
sinceTag ? sinceTag + '..HEAD' : '' | ||
} --pretty=format:"%cd %cn %s" --date=format:"%Y-%m-%d_%H:%M:%S"`, | ||
@@ -48,0 +48,0 @@ )).stdout; |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
14557
0