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

@finos/babel-preset-legend-studio

Package Overview
Dependencies
Maintainers
4
Versions
127
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@finos/babel-preset-legend-studio - npm Package Compare versions

Comparing version 2.0.50 to 2.0.51

11

index.js

@@ -61,3 +61,12 @@ /**

].filter(Boolean),
plugins: [],
plugins: [
useTypescript && [
'@babel/plugin-syntax-import-attributes',
{
// NOTE: when import attribute is official support in Typescript, then we could move the `assert` syntax to `with`
// See https://github.com/microsoft/TypeScript/issues/53656
deprecatedAssertSyntax: true,
},
],
].filter(Boolean),
overrides: [

@@ -64,0 +73,0 @@ {

7

package.json
{
"name": "@finos/babel-preset-legend-studio",
"version": "2.0.50",
"version": "2.0.51",
"description": "Legend Studio Babel preset",

@@ -34,6 +34,7 @@ "keywords": [

"@babel/helper-plugin-utils": "7.22.5",
"@babel/preset-env": "7.22.5",
"@babel/plugin-syntax-import-attributes": "7.22.5",
"@babel/preset-env": "7.22.7",
"@babel/preset-react": "7.22.5",
"@babel/preset-typescript": "7.22.5",
"@babel/runtime": "7.22.5",
"@babel/runtime": "7.22.6",
"react-refresh": "0.14.0"

@@ -40,0 +41,0 @@ },

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