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

datapackage-normalize

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datapackage-normalize

Normalization for descriptor

latest
Source
npmnpm
Version
0.0.1
Version published
Weekly downloads
0
-100%
Maintainers
1
Weekly downloads
 
Created
Source

datapackage-normalize-js

datapackage-normalize-js is a lightweight library that upgrades Data Package metadata to v1 of the Data Package specs from previous versions. For more information see this blog post: https://datahub.io/blog/upgrade-to-data-package-specs-v1

Build Status

Installation

Prerequisites: node >= v6

This is a simple script that you can download directly from here:

https://raw.githubusercontent.com/datahq/datapackage-normalize-js/master/normalize.js

e.g. using wget:

wget https://raw.githubusercontent.com/datahq/datapackage-normalize-js/master/normalize.js

Usage

Normalize datapackage.json:

// path (optional) is the path to datapackage.json (if not provided looks in current directory)
normalize.js [path]

// prints out updated datapackage.json 

FAQs

Package last updated on 12 Oct 2017

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