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 4.0.1 to 4.0.2

3

CHANGELOG.md

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

## 4.0.2 (2016-09-22)
_(none)_
## 4.0.1 (2016-09-13)

@@ -11,0 +14,0 @@ * Fix for enviroments that don't support for const in

1

dist/service.js

@@ -95,3 +95,2 @@ 'use strict';

if (r.errors && r.errors.length > 0) {
console.log('asdfasdfsdf');
r.$error = new Error('Errors processing resource ' + r.name);

@@ -98,0 +97,0 @@ }

{
"name": "chi-datapackage",
"version": "4.0.1",
"version": "4.0.2",
"description": "Normalize datapackage and datapackage resources",

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

@@ -71,3 +71,2 @@ 'use strict';

if (r.errors && r.errors.length > 0) {
console.log('asdfasdfsdf');
r.$error = new Error(`Errors processing resource ${r.name}`);

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