@mapbox/bundle-fairy
Advanced tools
Comparing version 0.2.0-dev2 to 0.2.0-dev3
@@ -0,3 +1,7 @@ | ||
## 0.2.0 | ||
- Replace `zipfile` with `adm-zip` | ||
## 0.1.0 | ||
- Add a `--dirname` option to extract, which outputs just the directory instead of a comma-separated list of files within the directory |
{ | ||
"name": "@mapbox/bundle-fairy", | ||
"version": "0.2.0-dev2", | ||
"version": "0.2.0-dev3", | ||
"description": "Check if ZIP is a bundle and extract", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# bundle-fairy | ||
[![Build Status](https://travis-ci.org/mapbox/bundle-fairy.svg?branch=master)](https://travis-ci.org/mapbox/bundle-fairy) | ||
[![Build Status](https://app.travis-ci.com/mapbox/bundle-fairy.svg?branch=master)](https://app.travis-ci.com/mapbox/bundle-fairy) | ||
@@ -5,0 +5,0 @@ Detect *bundles* of geometry. |
@@ -59,3 +59,3 @@ var test = require('tape'); | ||
test('invalid: proper exit code', function(t) { | ||
fairy.isbundle(fixtures.invalid['einvalid'], function(err, waka) { | ||
fairy.isbundle(fixtures.invalid['einvalid'], function(err) { | ||
if (err) t.equal(err.message, 'Invalid zipfile', 'expected error message'); | ||
@@ -62,0 +62,0 @@ t.equal(err.code, 'EINVALID', 'expected error code'); |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
6177464
34