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 1.9.1 to 1.9.2

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## 1.9.2 (2020-09-15)
### Bug Fixes
* Flaky builds due to SyntaxError ([6b86b76](https://github.com/cozy/cozy-libs/commit/6b86b76))
## [1.9.1](https://github.com/cozy/cozy-libs/compare/babel-preset-cozy-app@1.9.0...babel-preset-cozy-app@1.9.1) (2020-08-03)

@@ -8,0 +19,0 @@

2

index.js

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

const mkConfig = (api, options) => {
const presetOptions = merge(defaultOptions, options)
const presetOptions = merge({}, defaultOptions, options)

@@ -66,0 +66,0 @@ try {

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

@@ -31,3 +31,3 @@ "author": "CPatchane <code@patchane.com>",

},
"gitHead": "993d5499c17296e02f0d3fae5d63912222ed2cd1"
"gitHead": "81fdac549acdf18beb7999bb62bb077a70a31236"
}
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