Socket
Socket
Sign inDemoInstall

babel-plugin-relative-import

Package Overview
Dependencies
14
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.2 to 1.0.3

lib/helper.js.map

3

lib/helper.js

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

exports.default = { transformRelativeToRootPath: transformRelativeToRootPath, startsWith: startsWith };
exports.default = { transformRelativeToRootPath: transformRelativeToRootPath, startsWith: startsWith };
//# sourceMappingURL=helper.js.map

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

};
};
};
//# sourceMappingURL=index.js.map
{
"name": "babel-plugin-relative-import",
"version": "1.0.2",
"version": "1.0.3",
"description": "Babel Plugin to enable relative imports",

@@ -10,7 +10,7 @@ "main": "lib/index.js",

"scripts": {
"clean": "rimraf lib",
"build": "babel src/ -d lib/",
"compile": "rimraf lib/*; babel src/ -d lib/ -s",
"test": "mocha --compilers js:babel-core/register",
"test:watch": "npm run test -- --watch",
"prepublish": "npm run clean && npm run build"
"lint": "eslint src/ test/",
"prepublish": "npm run compile"
},

@@ -21,10 +21,11 @@ "dependencies": {

"devDependencies": {
"babel-cli": "^6.6.5",
"babel-core": "^6.7.2",
"babel-eslint": "^5.0.0",
"babel-cli": "^6.8.0",
"babel-core": "^6.8.0",
"babel-eslint": "^6.0.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-1": "^6.5.0",
"chai": "^3.5.0",
"eslint": "^2.4.0",
"eslint-config-airbnb": "^6.1.0",
"eslint-config-airbnb-base": "^3.0.1",
"eslint-plugin-import": "^1.8.0",
"eslint": "^2.9.0",
"mocha": "^2.4.5",

@@ -31,0 +32,0 @@ "rimraf": "^2.5.2"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc