Socket
Socket
Sign inDemoInstall

babel-plugin-transform-define

Package Overview
Dependencies
2
Maintainers
31
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.3.0 to 1.3.1

4

CHANGELOG.md

@@ -0,1 +1,5 @@

## 1.3.1 (2019-01-01)
* Update lodash to fix vulnerabilities
## 1.3.0 (2017-05-15)

@@ -2,0 +6,0 @@

53

package.json
{
"name" : "babel-plugin-transform-define",
"description" : "Babel plugin that replaces member expressions and typeof statements with strings",
"version" : "1.3.0",
"name": "babel-plugin-transform-define",
"description": "Babel plugin that replaces member expressions and typeof statements with strings",
"version": "1.3.1",
"contributors": [

@@ -11,31 +10,26 @@ "Eric Baer <me@ericbaer.com> (https://github.com/baer)",

],
"homepage" : "https://github.com/FormidableLabs/babel-plugin-transform-define",
"homepage": "https://github.com/FormidableLabs/babel-plugin-transform-define",
"bugs": {
"url": "https://github.com/FormidableLabs/babel-plugin-transform-define/issues"
},
"repository" : "git://github.com/FormidableLabs/babel-plugin-transform-define.git",
"private" : false,
"repository": "git://github.com/FormidableLabs/babel-plugin-transform-define.git",
"private": false,
"dependencies": {
"lodash" : "4.17.4",
"traverse" : "0.6.6"
"lodash": "^4.17.11",
"traverse": "0.6.6"
},
"devDependencies": {
"assert-transform" : "^1.0.0",
"babel-core" : "^6.13.2",
"babel-cli" : "^6.6.5",
"babel-eslint" : "6.1.2",
"babel-preset-es2015" : "^6.6.0",
"eslint-config-formidable" : "3.0.0",
"eslint-plugin-filenames" : "1.1.0",
"eslint-plugin-import" : "1.13.0",
"eslint" : "3.19.0",
"mocha" : "^3.0.2",
"rimraf" : "^2.5.2"
"assert-transform": "^1.0.0",
"babel-cli": "^6.6.5",
"babel-core": "^6.13.2",
"babel-eslint": "6.1.2",
"babel-preset-es2015": "^6.6.0",
"eslint": "3.19.0",
"eslint-config-formidable": "3.0.0",
"eslint-plugin-filenames": "1.1.0",
"eslint-plugin-import": "1.13.0",
"mocha": "^5.2.0",
"rimraf": "^2.5.2"
},
"main" : "lib",
"main": "lib",
"scripts": {

@@ -50,9 +44,6 @@ "build": "babel ./src -d lib",

},
"engines":{
"engines": {
"node": ">= 4.x.x"
},
"license" : "MIT",
"license": "MIT",
"keywords": [

@@ -59,0 +50,0 @@ "babel-plugin",

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