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

@mapbox/bundle-fairy

Package Overview
Dependencies
Maintainers
28
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mapbox/bundle-fairy - npm Package Compare versions

Comparing version 0.2.0-dev2 to 0.2.0-dev3

.github/workflows/test.yml

4

CHANGELOG.md

@@ -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

2

package.json
{
"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

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