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

babel-plugin-inline-replace-variables

Package Overview
Dependencies
Maintainers
2
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-inline-replace-variables - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

index.js

16

package.json
{
"name": "babel-plugin-inline-replace-variables",
"version": "1.2.1",
"version": "1.2.2",
"description": "babel plugin to inline replace variables",
"main": "lib/index.js",
"main": "index.js",
"scripts": {
"build": "babel src/ -d lib/",
"test": "mocha -u bdd --compilers js:babel-core/register"
"test": "mocha -u bdd"
},

@@ -26,9 +25,8 @@ "repository": {

"babel-core": "^6.8.0",
"babel-cli": "^6.8.0",
"babel-plugin-add-module-exports": "^0.2.1",
"babel-preset-es2015": "^6.6.0",
"babel-preset-stage-0": "^6.5.0",
"mocha": "^2.4.5",
"should": "^8.3.1"
"should": "^11.2.0"
},
"engines": {
"node": ">= 4"
}
}

@@ -53,4 +53,4 @@ # babel-plugin-inline-replace-variables

CONTACT: https://github.com/wssgcg1213
Authors: https://github.com/wssgcg1213, https://github.com/rtsao

@@ -7,4 +7,4 @@ /**

const babel = require('babel-core');
import 'should';
import plugin from '../src';
require('should');
const plugin = require('../');

@@ -11,0 +11,0 @@ describe('simple', () => {

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