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

deumdify

Package Overview
Dependencies
Maintainers
5
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deumdify - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

34

package.json
{
"name": "deumdify",
"version": "1.0.0",
"version": "1.0.1",
"description": "Browserify plugin to expose a standalone bundle as a property of the global object",
"keywords": [
"browserify-plugin",
"browserify",
"global",
"plugin",
"umd"
],
"homepage": "https://github.com/primus/deumdify",
"bugs": "https://github.com/primus/deumdify/issues",
"license": "MIT",
"author": "Luigi Pinca",
"files": [

@@ -9,2 +20,6 @@ "index.js"

"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/primus/deumdify.git"
},
"scripts": {

@@ -15,15 +30,2 @@ "coverage": "istanbul cover node_modules/.bin/_mocha -- --reporter spec",

},
"repository": {
"type": "git",
"url": "https://github.com/primus/deumdify.git"
},
"keywords": [
"browserify-plugin",
"browserify",
"global",
"plugin",
"umd"
],
"author": "Luigi Pinca",
"license": "MIT",
"dependencies": {

@@ -36,6 +38,6 @@ "escodegen": "1.4.x",

"devDependencies": {
"browserify": "6.2.x",
"browserify": "6.3.x",
"concat-stream": "1.4.x",
"istanbul": "0.3.x",
"jsdom": "1.1.x",
"jsdom": "1.2.x",
"mocha": "2.0.x",

@@ -42,0 +44,0 @@ "pre-commit": "0.0.x"

# deUMDify
[![Build Status](https://travis-ci.org/primus/deumdify.svg?branch=master)](https://travis-ci.org/primus/deumdify)
[![NPM version](https://badge.fury.io/js/deumdify.svg)](http://badge.fury.io/js/deumdify)
[![Coverage Status](https://img.shields.io/coveralls/primus/deumdify.svg)](https://coveralls.io/r/primus/deumdify?branch=master)
[![Version npm](http://img.shields.io/npm/v/deumdify.svg?style=flat-square)](http://browsenpm.org/package/deumdify)[![Build Status](http://img.shields.io/travis/primus/deumdify/master.svg?style=flat-square)](https://travis-ci.org/primus/deumdify)[![Dependencies](https://img.shields.io/david/primus/deumdify.svg?style=flat-square)](https://david-dm.org/primus/deumdify)[![Coverage Status](http://img.shields.io/coveralls/primus/deumdify/master.svg?style=flat-square)](https://coveralls.io/r/primus/deumdify?branch=master)[![IRC channel](http://img.shields.io/badge/IRC-irc.freenode.net%23primus-00a8ff.svg?style=flat-square)](http://webchat.freenode.net/?channels=primus)

@@ -7,0 +5,0 @@ This module is a [Browserify](http://browserify.org/) plugin that will expose a

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