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

babel-plugin-resolver

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-resolver - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

11

History.md
v0.0.3 / 2015-11-13
v0.0.4 / 2015-11-21
===================
* upgrade deps, support '.jsx'
* tweak error message
* fix slashes in docs
* disable coveralls for now
* v0.0.3
* bump version
* fix lint errors
* add changelog
v0.0.2 / 2015-11-13
===================
* bump version

@@ -13,0 +14,0 @@ * fix readme

@@ -15,3 +15,3 @@ var _ = require('lodash');

if (!plugin) {
throw new Error('ResolverPlugin Error: Invalid (or no) options passed. Make sure your plugin config looks something like this: ["resolver", { "resolveDirs": ["example-app/lib"] }]');
throw new Error('ResolverPlugin Error: Invalid (or no) options passed. Make sure your plugin config looks something like this: ["resolver", { "resolveDirs": ["lib"] }]');
}

@@ -18,0 +18,0 @@

{
"name": "babel-plugin-resolver",
"version": "0.0.3",
"version": "0.0.4",
"description": "Resolve modules from any directory.",

@@ -36,3 +36,3 @@ "main": "lib/index.js",

"dependencies": {
"babel-resolver": "^0.0.14",
"babel-resolver": "^0.0.16",
"lodash": "^3.10.1"

@@ -39,0 +39,0 @@ },

@@ -33,8 +33,8 @@ # Babel Resolver Plugin [![NPM version][npm-image]][npm-url] [![Build status][travis-image]][travis-url]

```
app/
/app
.babelrc
src/
models/
/src
/models
User.js
controllers/
/controllers
User.js

@@ -71,10 +71,10 @@ ```

```
app/
/app
.babelrc
src/
models/
/src
/models
User.js
controllers/
/controllers
User.js
lib/
/lib
utils.js

@@ -81,0 +81,0 @@ ```

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