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

cmd-helper

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmd-helper - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

1

docs/css.md

@@ -13,3 +13,2 @@ # css

## css.parse(code)

@@ -16,0 +15,0 @@

6

docs/iduri.md

@@ -112,3 +112,3 @@ # iduri

Find `name` in `pkg.spm.alias`.
Find `name` in `pkg.alias`.

@@ -119,3 +119,3 @@ ## iduri.isAlias(pkg, name)

## iduri.idFromPackage(pkg, filename, format)
## iduri.idFromPackage(pkg, format)

@@ -125,3 +125,3 @@ Generate id from package with the format. Default format is:

```
'{{ family }}/{{ name }}/{{ version }}/{{ filename }}'
{{ family }}/{{ name }}/{{ version }}/{{ filename }}
```

@@ -128,0 +128,0 @@

@@ -253,5 +253,8 @@ /*

// if name empty return null
if (!name) return null;
// if family and name not exist return null
if (!family && !name) return null;
// if family not exist set name as family
if (!family) family = name;
// return result

@@ -258,0 +261,0 @@ return {

{
"name": "cmd-helper",
"version": "0.1.0",
"version": "0.2.0",
"main": "index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

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