Security News
TC39 Advances 10+ ECMAScript Proposals: Key Features to Watch
TC39 is meeting in Tokyo this week and they have approved nearly a dozen proposals to advance to the next stages.
```console $ npm install -g arquivo $ arquivo tap@10 added 333 packages in 19.862s Packing tap-10.4.0.tar.gz $ ls -l tap-10.4.0.tar.gz -rw-r--r-- 1 rebecca staff 4567711 Jun 19 17:30 tap-10.4.0.tar.gz $ ```
$ npm install -g arquivo
$ arquivo tap@10
added 333 packages in 19.862s
Packing tap-10.4.0.tar.gz
$ ls -l tap-10.4.0.tar.gz
-rw-r--r-- 1 rebecca staff 4567711 Jun 19 17:30 tap-10.4.0.tar.gz
$
Once you've created an archive you can install it with npm w/o any network access:
$ npm cache clear --force
npm WARN using --force I sure hope you know what you are doing.
$ npm install --offline tap-10.4.0.tar.gz
+ tap@10.4.0
added 333 packages in 18.354s
$
You can also pass it directly to npx and things will work, again, with no network access:
$ npx tap-10.4.0.tar.gz
Usage:
tap [options] <files>
Executes all the files and interprets their output as TAP
formatted test result data.
To parse TAP data from stdin, specify "-" as a filename.
Short options are parsed gnu-style, so for example '-bCRspec' would be
equivalent to '--bail --no-color --reporter=spec'
If the --check-coverage or --coverage-report options are provided, but
no test files are specified, then a coverage report or coverage check
will be run on the data from the last test run.
…
FAQs
```console $ npm install -g arquivo $ arquivo tap@10 added 333 packages in 19.862s Packing tap-10.4.0.tar.gz $ ls -l tap-10.4.0.tar.gz -rw-r--r-- 1 rebecca staff 4567711 Jun 19 17:30 tap-10.4.0.tar.gz $ ```
We found that arquivo demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
TC39 is meeting in Tokyo this week and they have approved nearly a dozen proposals to advance to the next stages.
Security News
Our threat research team breaks down two malicious npm packages designed to exploit developer trust, steal your data, and destroy data on your machine.
Security News
A senior white house official is urging insurers to stop covering ransomware payments, indicating possible stricter regulations to deter cybercrime.