Socket
Socket
Sign inDemoInstall

@swc/cli

Package Overview
Dependencies
Maintainers
1
Versions
70
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc/cli - npm Package Compare versions

Comparing version 0.1.24 to 0.1.26

bin/spack.js

3

bin/swc.js
#!/usr/bin/env node
require('../lib/src/index');
process.title = 'swc';
require('../lib/src/swc');
{
"name": "@swc/cli",
"version": "0.1.24",
"version": "0.1.26",
"description": "CLI for the swc project",

@@ -31,15 +31,18 @@ "main": "index.js",

"peerDependencies": {
"@swc/core": ">=1.0.31"
"@swc/core": "^1.2.4"
},
"devDependencies": {
"@swc/core": "^1.1.13",
"@swc/core": "^1.2.4",
"@types/commander": "^2.12.2",
"@types/convert-source-map": "^1.5.1",
"@types/fs-readdir-recursive": "^1.0.0",
"@types/glob": "^7.1.1",
"@types/lodash": "^4.14.119",
"@types/glob": "^7.1.2",
"@types/interpret": "^1.1.1",
"@types/lodash": "^4.14.155",
"@types/mkdirp": "^0.5.2",
"@types/node": "^10.12.18",
"@types/rechoir": "^0.6.1",
"@types/slash": "^2.0.0",
"jest": "^24.1.0",
"typescript": "^3.2.2"
"typescript": "^3.9.5"
},

@@ -51,2 +54,3 @@ "dependencies": {

"glob": "^7.1.3",
"interpret": "^2.2.0",
"lodash": "^4.17.11",

@@ -56,2 +60,3 @@ "mkdirp": "^0.5.1",

"path": "^0.12.7",
"rechoir": "^0.7.0",
"slash": "^2.0.0",

@@ -61,4 +66,5 @@ "source-map": "^0.7.3"

"bin": {
"swc": "./bin/swc.js"
"swc": "./bin/swc.js",
"spack": "./bin/spack.js"
}
}
{
"name": "@swc/cli",
"version": "0.1.24",
"version": "0.1.26",
"description": "CLI for the swc project",

@@ -31,15 +31,18 @@ "main": "index.js",

"peerDependencies": {
"@swc/core": ">=1.0.31"
"@swc/core": "^1.2.4"
},
"devDependencies": {
"@swc/core": "^1.1.13",
"@swc/core": "^1.2.4",
"@types/commander": "^2.12.2",
"@types/convert-source-map": "^1.5.1",
"@types/fs-readdir-recursive": "^1.0.0",
"@types/glob": "^7.1.1",
"@types/lodash": "^4.14.119",
"@types/glob": "^7.1.2",
"@types/interpret": "^1.1.1",
"@types/lodash": "^4.14.155",
"@types/mkdirp": "^0.5.2",
"@types/node": "^10.12.18",
"@types/rechoir": "^0.6.1",
"@types/slash": "^2.0.0",
"jest": "^24.1.0",
"typescript": "^3.2.2"
"typescript": "^3.9.5"
},

@@ -51,2 +54,3 @@ "dependencies": {

"glob": "^7.1.3",
"interpret": "^2.2.0",
"lodash": "^4.17.11",

@@ -56,2 +60,3 @@ "mkdirp": "^0.5.1",

"path": "^0.12.7",
"rechoir": "^0.7.0",
"slash": "^2.0.0",

@@ -61,4 +66,5 @@ "source-map": "^0.7.3"

"bin": {
"swc": "./bin/swc.js"
"swc": "./bin/swc.js",
"spack": "./bin/spack.js"
}
}
{
"compilerOptions": {
/* Basic Options */
"target": "es2015", /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */
"module": "commonjs", /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */
"target": "es2015" /* Specify ECMAScript target version: 'ES3' (default), 'ES5', 'ES2015', 'ES2016', 'ES2017','ES2018' or 'ESNEXT'. */,
"module": "commonjs" /* Specify module code generation: 'none', 'commonjs', 'amd', 'system', 'umd', 'es2015', or 'ESNext'. */,
// "lib": [], /* Specify library files to be included in the compilation. */

@@ -14,4 +14,4 @@ // "allowJs": true, /* Allow javascript files to be compiled. */

// "outFile": "./", /* Concatenate and emit output to single file. */
"outDir": "./lib", /* Redirect output structure to the directory. */
"rootDir": "./", /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */
"outDir": "./lib" /* Redirect output structure to the directory. */,
"rootDir": "./" /* Specify the root directory of input files. Use to control the output directory structure with --outDir. */,
// "composite": true, /* Enable project compilation */

@@ -24,3 +24,3 @@ // "removeComments": true, /* Do not emit comments to output. */

/* Strict Type-Checking Options */
"strict": true, /* Enable all strict type-checking options. */
"strict": true /* Enable all strict type-checking options. */,
"resolveJsonModule": true,

@@ -58,2 +58,2 @@ // "noImplicitAny": true, /* Raise error on expressions and declarations with an implied 'any' type. */

}
}
}
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