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

@form8ion/babel-preset

Package Overview
Dependencies
Maintainers
2
Versions
160
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@form8ion/babel-preset - npm Package Compare versions

Comparing version 1.5.8 to 1.6.0

4

lib/index.cjs.js

@@ -20,3 +20,5 @@ 'use strict';

[restSpread, {useBuiltIns: true}],
...react ? [require('babel-plugin-inline-react-svg').default] : []
...react
? [require('@babel/plugin-proposal-class-properties'), require('babel-plugin-inline-react-svg').default]
: []
]

@@ -23,0 +25,0 @@ };

@@ -16,3 +16,5 @@ import env from '@babel/preset-env';

[restSpread, {useBuiltIns: true}],
...react ? [require('babel-plugin-inline-react-svg').default] : []
...react
? [require('@babel/plugin-proposal-class-properties'), require('babel-plugin-inline-react-svg').default]
: []
]

@@ -19,0 +21,0 @@ };

@@ -5,3 +5,3 @@ {

"license": "MIT",
"version": "1.5.8",
"version": "1.6.0",
"main": "lib/index.cjs.js",

@@ -38,13 +38,13 @@ "module": "lib/index.es.js",

"@babel/register": "^7.6.2",
"@form8ion/commitlint-config": "^1.0.6",
"@form8ion/eslint-config": "^1.4.7",
"@form8ion/commitlint-config": "^1.0.7",
"@form8ion/eslint-config": "^1.6.6",
"@form8ion/eslint-config-mocha": "1.2.4",
"@form8ion/remark-lint-preset": "^1.0.1",
"@travi/any": "^2.0.3",
"@travi/any": "^2.0.4",
"ban-sensitive-files": "^1.9.2",
"chai": "^4.2.0",
"codecov": "^3.5.0",
"codecov": "^3.6.1",
"cz-conventional-changelog": "^3.0.2",
"husky": "^3.0.3",
"mocha": "^6.2.0",
"husky": "^3.0.8",
"mocha": "^6.2.1",
"npm-run-all": "^4.1.5",

@@ -54,5 +54,5 @@ "nyc": "^14.1.1",

"rimraf": "^3.0.0",
"rollup": "^1.19.4",
"rollup": "^1.23.0",
"rollup-plugin-auto-external": "^2.0.0",
"sinon": "^7.4.1",
"sinon": "^7.5.0",
"travis-lint": "^1.0.0"

@@ -62,2 +62,3 @@ },

"@babel/core": "7.6.2",
"@babel/plugin-proposal-class-properties": "7.5.5",
"@babel/plugin-proposal-object-rest-spread": "7.6.2",

@@ -64,0 +65,0 @@ "@babel/preset-env": "7.6.2",

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc