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

parallax-common-config

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parallax-common-config - npm Package Compare versions

Comparing version 0.1.5 to 0.1.6

2

package.json

@@ -21,3 +21,3 @@ {

],
"version": "0.1.5",
"version": "0.1.6",
"repository": {

@@ -24,0 +24,0 @@ "type": "git",

@@ -25,3 +25,3 @@ # parallax-common-config

```bash
yarn add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser autoprefixer awesome-typescript-loader cache-loader css-loader css-modules-typescript-loader eslint-config-react-app eslint-loader eslint-plugin-filenames eslint-plugin-import-alias eslint-plugin-jsdoc eslint-plugin-react eslint-plugin-sort-imports-es6-autofix eslint-plugin-unused-imports extract-css-chunks-webpack-plugin file-loader html-webpack-plugin style-loader svg-inline-loader typescript typescript-eslint-parser typings-for-css-modules-loader url-loader webpack-merge
yarn add -D @typescript-eslint/eslint-plugin @typescript-eslint/parser autoprefixer awesome-typescript-loader cache-loader css-loader css-modules-typescript-loader eslint-config-react-app eslint-loader eslint-plugin-filenames eslint-plugin-sort-keys-fix eslint-plugin-import-alias eslint-plugin-jsdoc eslint-plugin-react eslint-plugin-sort-imports-es6-autofix eslint-plugin-unused-imports extract-css-chunks-webpack-plugin file-loader html-webpack-plugin style-loader svg-inline-loader typescript typescript-eslint-parser typings-for-css-modules-loader url-loader webpack-merge
```

@@ -28,0 +28,0 @@

@@ -27,14 +27,27 @@ {

"allowSyntheticDefaultImports": true,
"suppressImplicitAnyIndexErrors": true,
"allowJs": true,
"baseUrl": "../../",
"types": ["node", "jest"],
"paths": {
"~/*": ["src/*"],
"Api/*": ["src/api/*"],
"Stores/*": ["src/stores/*"],
"Services/*": ["src/services/*"],
"Components/*": ["src/components/*"],
"Model/*": ["src/model/*"],
"Views/*": ["src/views/*"]
"~/*": ["*"],
"Api/*": ["./api/*"],
"Util/*": ["./util/*"],
"Util": ["./util/index.ts"],
"Assertion": ["./util/assertion/index.ts"],
"Assert": ["./util/decorator/assert/index.ts"],
"Assert/*": ["./util/decorator/assert/*"],
"Logger/*": ["./util/logger/*"],
"Service/*": ["./service/*"],
"Config": ["./config/index.ts"],
"Config/*": ["./config/*"],
"Data/*": ["./data/*"],
"Entity/*": ["./data/entity/*"],
"Repository/*": ["./data/repository/*"],
"Controller/*": ["./controller/*"],
"Components/*": ["./components/*"],
"Model/*": ["./model/*"],
"Views/*": ["./views/*"]
}
}
}

Sorry, the diff of this file is not supported yet

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