New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@rmw/dir

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rmw/dir

## 安装

latest
Source
npmnpm
Version
0.0.5
Version published
Maintainers
1
Created
Source

@rmw/dir

安装

yarn add @rmw/dir

或者

npm install @rmw/dir

使用

#!/usr/bin/env coffee
import dir from '@rmw/dir'
# import {dir as Xxx} from '@rmw/dir'
import test from 'tape-catch'

test 'dir', (t)=>
  t.equal dir(1,2),3
  # t.deepEqual Xxx([1],[2]),[3]
  t.end()

关于

本项目隶属于人民网络(rmw.link) 代码计划。

人民网络

FAQs

Package last updated on 30 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts