🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@jscutlery/swc-angular

Package Overview
Dependencies
Maintainers
0
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jscutlery/swc-angular - npm Package Compare versions

Comparing version

to
0.19.0

10

CHANGELOG.md

@@ -0,1 +1,11 @@

## 0.19.0 (2025-01-14)
### 🚀 Features
- **swc-angular:** upgrade swc core version to support 1.10.x ([3995b73](https://github.com/jscutlery/devkit/commit/3995b73))
### ❤️ Thank You
- Edouard Bozon @edbzn
## 0.18.2 (2025-01-14)

@@ -2,0 +12,0 @@

10

index.cjs.js

@@ -96,11 +96,7 @@ 'use strict';

}
if (![
'1.7.',
'1.8.',
'1.9.'
].some((item)=>version.startsWith(item))) {
if (!version.startsWith('1.10.')) {
console.error(`
@swc/core version ${version} is incompatible with @jscutlery/swc-angular.
Please use @swc/core version 1.7.x or 1.8 or 1.9.x
> npm add -D @swc/core@~1.9.3
Please use @swc/core version 1.10.x
> npm add -D @swc/core@~1.10.0
`);

@@ -107,0 +103,0 @@ process.exit(1);

@@ -92,11 +92,7 @@ import { join, dirname } from 'node:path';

}
if (![
'1.7.',
'1.8.',
'1.9.'
].some((item)=>version.startsWith(item))) {
if (!version.startsWith('1.10.')) {
console.error(`
@swc/core version ${version} is incompatible with @jscutlery/swc-angular.
Please use @swc/core version 1.7.x or 1.8 or 1.9.x
> npm add -D @swc/core@~1.9.3
Please use @swc/core version 1.10.x
> npm add -D @swc/core@~1.10.0
`);

@@ -103,0 +99,0 @@ process.exit(1);

{
"name": "@jscutlery/swc-angular",
"version": "0.18.2",
"version": "0.19.0",
"repository": {

@@ -15,3 +15,3 @@ "url": "https://github.com/jscutlery/devkit"

"@jscutlery/swc-angular-plugin": ">=0.11.0 <1.0.0",
"@swc/core": ">=1.7.0 <1.10.0"
"@swc/core": "~1.10.0"
},

@@ -18,0 +18,0 @@ "module": "./index.esm.js",