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.3.0 to 1.3.1

5

History.md
1.3.1 / 2017-03-19
==================
* fix: path.sep at win (#6)
1.3.0 / 2017-03-07

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

2

index.js

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

for (let file of files) {
file = path.relative(cwd, file).split('/')[0];
file = path.relative(cwd, file).split(path.sep)[0];
if (file !== 'package.json') result.add(file);

@@ -86,0 +86,0 @@ }

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

@@ -15,3 +15,3 @@ "dependencies": {

"coffee": "^3.3.0",
"egg-bin": "^2.2.3",
"egg-bin": "^1",
"egg-ci": "^1.5.0",

@@ -18,0 +18,0 @@ "eslint": "^3.17.1",

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