New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

babel-preset-cozy-app

Package Overview
Dependencies
Maintainers
1
Versions
58
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-cozy-app - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

2

index.js

@@ -27,3 +27,3 @@ 'use strict'

[require.resolve('babel-plugin-transform-object-rest-spread'), {
useBuiltIns: true
useBuiltIns: false
}],

@@ -30,0 +30,0 @@ // transform class attributes and methods with auto-binding

{
"name": "babel-preset-cozy-app",
"version": "0.3.1",
"version": "0.3.2",
"description": "Babel preset for Cozy Application (Cozy Cloud)",

@@ -5,0 +5,0 @@ "author": "CPatchane <code@patchane.com>",

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

[![npm](https://img.shields.io/npm/v/eslint-config-cozy-app.svg)](https://www.npmjs.com/package/eslint-config-cozy-app)
[![NPM Licence shield](https://img.shields.io/npm/l/babel-preset-cozy-app.svg)](https://github.com/CPatchane/create-cozy-app/tree/master/packages/babel-preset-cozy-app/LICENSE)
[![npm](https://img.shields.io/npm/dm/babel-preset-cozy-app.svg)]()
[![dependencies Status](https://david-dm.org/cpatchane/create-cozy-app/status.svg?path=packages/babel-preset-cozy-app)](https://david-dm.org/cpatchane/create-cozy-app?path=packages/babel-preset-cozy-app)
[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovateapp.com/)
<h1 align="center">Babel Preset Cozy App</h1>
# babel-preset-cozy-app
<div align="center">
<a href="https://www.npmjs.com/package/babel-preset-cozy-app">
<img src="https://img.shields.io/npm/v/babel-preset-cozy-app.svg" alt="npm version" />
</a>
<a href="https://github.com/CPatchane/create-cozy-app/blob/master/packages/babel-preset-cozy-app/LICENSE">
<img src="https://img.shields.io/npm/l/babel-preset-cozy-app.svg" alt="license" />
</a>
<a href="https://npmjs.org/package/babel-preset-cozy-app">
<img src="https://img.shields.io/npm/dm/babel-preset-cozy-app.svg" alt="npm downloads" />
</a>
<a href="https://david-dm.org/cpatchane/create-cozy-app?path=packages/babel-preset-cozy-app">
<img src="https://david-dm.org/cpatchane/create-cozy-app/status.svg?path=packages/babel-preset-cozy-app" alt="david-dm" />
</a>
<a href="https://renovateapp.com/">
<img src="https://img.shields.io/badge/renovate-enabled-brightgreen.svg" alt="renovate" />
</a>
</div>
### What's babel-preset-cozy-app?
A shareable configuration for Cozy Application with React and JSX support.

@@ -13,2 +27,8 @@

To install:
```
yarn add --dev babel-preset-cozy-app
```
### Usage with a Create Cozy App projects

@@ -52,3 +72,3 @@

- [`transform-object-rest-spread`](http://babeljs.io/docs/plugins/transform-object-rest-spread/) to transform rest properties for object destructuring assignment and spread properties for object literals. The `useBuiltIns` options is enable to directly use `Object.assign` considered as available or polyilled.
- [`transform-object-rest-spread`](http://babeljs.io/docs/plugins/transform-object-rest-spread/) to transform rest properties for object destructuring assignment and spread properties for object literals. The `useBuiltIns` options is enable to directly use `Object.assign` considered as available or polyfilled.

@@ -71,3 +91,8 @@ - [`transform-class-properties`](https://babeljs.io/docs/plugins/transform-class-properties/) to transform class attributes and methods with auto-binding to the class instance and no constructor needed.

![Cozy Logo](https://cdn.rawgit.com/cozy/cozy-guidelines/master/templates/cozy_logo_small.svg)
<div align="center">
<a href="https://cozy.io">
<img src="https://cdn.rawgit.com/cozy/cozy-site/master/src/images/cozy-logo-name-horizontal-blue.svg" alt="cozy" height="48" />
</a>
</div>
</br>

@@ -74,0 +99,0 @@ [Cozy] is a platform that brings all your web services in the same private space. With it, your webapps and your devices can share data easily, providing you with a new experience. You can install Cozy on your own hardware where no one's tracking you.

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