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

chi-datapackage

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

chi-datapackage - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

3

CHANGELOG.md

@@ -9,2 +9,5 @@ CHANGELOG

## 2.1.1 (2016-08-09)
* Fixed bug in DataPackageService:normalizeResource
## 2.1.0 (2016-08-09)

@@ -11,0 +14,0 @@ * Added strict ISO 8601 UTC date and time types

4

dist/service.js

@@ -38,4 +38,4 @@ 'use strict';

key: 'normalizeResource',
value: function normalizeResource(p) {
return this.normalize.resource(p);
value: function normalizeResource(p, r) {
return this.normalize.resource(p, r);
}

@@ -42,0 +42,0 @@ }, {

{
"name": "chi-datapackage",
"version": "2.1.0",
"version": "2.1.1",
"description": "Normalize datapackage and datapackage resources",

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

@@ -29,4 +29,4 @@ 'use strict';

normalizeResource (p) {
return this.normalize.resource(p);
normalizeResource (p, r) {
return this.normalize.resource(p, r);
}

@@ -33,0 +33,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