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

backfill

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backfill - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

1

index.js

@@ -33,4 +33,5 @@ #!/usr/bin/env node

if (err) throw err;
fs.writeFileSync(metaPath, JSON.stringify({packages: packages}, null, 2))
console.log("Wrote %s", metaPath)
})

2

package.json
{
"name": "backfill",
"version": "1.0.1",
"version": "1.0.2",
"description": "Download package.json dependency data to meta.json",

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

@@ -1,5 +0,7 @@

# backfill
# backfill
Download package.json dependency data to meta.json
[backfill](https://www.npmjs.org/package/backfill) looks for all `dependencies` in `package.json` and downloads registry metadata for each one to a file called `meta.json`.
## Installation

@@ -13,3 +15,15 @@

## Usage
To have backfill update `meta.json` automatically every time you install, add a `postinstall` script:
```json
{
"name": "npm-collection-foo",
"scripts": {
"postinstall": "backfill"
}
}
```
## Tests

@@ -16,0 +30,0 @@

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