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

ypkgfiles

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ypkgfiles - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

bin/ypkgfiles.js

9

bin/pkgfiles.js

@@ -5,8 +5,3 @@ #!/usr/bin/env node

const argv = require('yargs').argv;
require('..')({
cwd: argv.cwd || process.cwd(),
entry: argv.entry,
files: argv.files,
});
console.error('WARN: recommend to use ypkgfiles');
require('./ypkgfiles');
1.2.0 / 2017-02-27
==================
* feat: recommend to use ypkgfiles instead of pkgfiles (#4)
1.1.2 / 2017-02-27

@@ -3,0 +8,0 @@ ==================

{
"name": "ypkgfiles",
"version": "1.1.2",
"version": "1.2.0",
"description": "Yet another pkgfiles that generate pkg.files automatically",

@@ -44,3 +44,4 @@ "dependencies": {

"bin": {
"pkgfiles": "bin/pkgfiles.js"
"pkgfiles": "bin/pkgfiles.js",
"ypkgfiles": "bin/ypkgfiles.js"
},

@@ -47,0 +48,0 @@ "files": [

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