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

@ta-interaktiv/babel-preset-react-component

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ta-interaktiv/babel-preset-react-component - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

8

CHANGELOG.md

@@ -0,1 +1,9 @@

<a name="0.1.5"></a>
## [0.1.5](https://gitlab.com/ta-interaktiv/modules/babel-preset-react-component/compare/v0.1.4...v0.1.5) (2018-02-14)
### Features
* add transform-object-rest-spread ([55bc8b3](https://gitlab.com/ta-interaktiv/modules/babel-preset-react-component/commit/55bc8b3))
<a name="0.1.4"></a>

@@ -2,0 +10,0 @@

2

index.js

@@ -5,3 +5,3 @@ // Define in what environment we are

var presets = [require('babel-preset-react')]
var plugins = [require('babel-plugin-transform-class-properties')]
var plugins = [require('babel-plugin-transform-class-properties'), require('babel-plugin-transform-object-rest-spread')]

@@ -8,0 +8,0 @@ if (env === 'test') {

{
"name": "@ta-interaktiv/babel-preset-react-component",
"version": "0.1.4",
"version": "0.1.5",
"description": "Babel preset for developing reusable React components.",

@@ -5,0 +5,0 @@ "main": "index.js",

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