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

babel-plugin-fake-import-specifiers

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-fake-import-specifiers - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

9

package.json
{
"name": "babel-plugin-fake-import-specifiers",
"version": "1.1.2",
"version": "1.1.3",
"description": "Allow importing pieces while only exporting the whole object",
"main": "src/index.js",
"scripts": {
"test": "eslint-mocha --eslint-args=\"src/**/*.js test/*.js\""
"test": "eslint-mocha --eslint-args=\"src test/*.js\"",
"prelint": "eslint --version",
"lint": "eslint src test/*.js",
"lint:fix": "npm run lint -- --fix"
},

@@ -26,3 +29,3 @@ "repository": {

"eslint": "^3.0.0",
"eslint-mocha": "0.1.0",
"eslint-mocha": "0.2.2",
"mocha": "^3.0.0"

@@ -29,0 +32,0 @@ },

@@ -6,2 +6,3 @@ # babel-plugin-fake-import-specifiers

[![Greenkeeper badge](https://badges.greenkeeper.io/kellyselden/babel-plugin-fake-import-specifiers.svg)](https://greenkeeper.io/)
[![npm version](https://badge.fury.io/js/babel-plugin-fake-import-specifiers.svg)](https://badge.fury.io/js/babel-plugin-fake-import-specifiers)

@@ -8,0 +9,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