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

father

Package Overview
Dependencies
Maintainers
1
Versions
234
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

father - npm Package Compare versions

Comparing version 0.6.12 to 0.6.13

12

HISTORY.md

@@ -5,2 +5,14 @@ # History

## 0.6.13
hanlde relative file path in spm.main
## 0.6.12
support require directory
## 0.6.11
update npmignore
## 0.6.10

@@ -7,0 +19,0 @@

3

lib/spm-package.js

@@ -39,2 +39,5 @@ 'use strict';

}
// handle ./index.js
pkg.spm.main = pkg.spm.main.replace(/^\.\//, '');

@@ -41,0 +44,0 @@ // detect output type

2

package.json
{
"name": "father",
"version": "0.6.12",
"version": "0.6.13",
"description": "A package parser that can resolve self and dependencies, supporting spm, component.",

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

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