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

build-plugin-at-spa

Package Overview
Dependencies
Maintainers
2
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

build-plugin-at-spa - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

2

package.json
{
"name": "build-plugin-at-spa",
"version": "0.1.0",
"version": "0.1.1",
"description": "build-scripts for at spaa",

@@ -5,0 +5,0 @@ "main": "index.js",

module.exports = {
compilerOptions: {
outDir: './build/',
allowJs: true, // 兼容JS模块
allowJs: true,
allowSyntheticDefaultImports: true,
checkJs: false, // TODO 配合allowJS
esModuleInterop: true, // 兼容babel
checkJs: false,
esModuleInterop: true,
strictNullChecks: false,

@@ -15,19 +15,7 @@ moduleResolution: 'node',

noUnusedLocals: true,
noImplicitAny: false, // TODO 兼容JS模块
noImplicitAny: false,
target: 'es5',
baseUrl: '.',
baseUrl: './',
paths: {
'components/*': ['./src/components/*'],
'assets/*': ['./src/assets/*'],
'utils/*': ['./src/utils/*'],
'actions/*': ['./src/actions/*'],
'models/*': ['./src/models/*'],
'reducers/*': ['./src/reducers/*'],
'hoc/*': ['./src/hoc/*'],
'hooks/*': ['./src/hooks/*'],
utils: ['./src/utils'],
models: ['./src/models'],
reducers: ['./src/reducers'],
hoc: ['./src/hoc'],
hooks: ['./src/hooks'],
'@': ['src'],
},

@@ -34,0 +22,0 @@ lib: ['dom', 'es6', 'es7'],

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