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

pub

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

pub - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

4

package.json

@@ -9,3 +9,3 @@ {

],
"version": "0.1.0",
"version": "0.2.0",
"repository": {

@@ -37,2 +37,2 @@ "type": "git",

]
}
}

@@ -12,3 +12,3 @@ // tpl - a general purpose template cli

module.exports = function (cb) {
confdir(process.cwd(), 'pub', function(err, dir) {
confdir(process.cwd(), 'tpl', function(err, dir) {
if (err)

@@ -24,2 +24,3 @@ cb(err);

// exports a command
function exp(cmd, confdir) {

@@ -26,0 +27,0 @@ return function (files, opt) {

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