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.4 to 0.1.5

2

package.json

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

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

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

@@ -39,3 +39,8 @@ {

}
}
},
"include": [
"../../**/*.d.ts",
"../../**/*.json",
"../../**/*.ts",
]
}
{
"compilerOptions": {
"experimentalDecorators": true,
"sourceMap": true,
"noImplicitAny": true,
"noImplicitThis": true,
"noImplicitReturns": true,
"strictBindCallApply": true,
"strictFunctionTypes": true,
"strictNullChecks": true,
"strictPropertyInitialization": true,
"alwaysStrict": true,
"module": "commonjs",
"target": "es6",
"lib": [
"dom.iterable",
"esnext",
"dom"
],
"removeComments": true,
"isolatedModules": true,
"noEmit": true,
"skipLibCheck": true,
"esModuleInterop": true,
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"jsx": "react",
"jsxFactory": "preact.h",
"moduleResolution": "node"
}
"moduleResolution": "node",
"allowJs": true,
"baseUrl": "../../",
"paths": {
"~/*": ["src/*"],
"Api/*": ["src/api/*"],
"Stores/*": ["src/stores/*"],
"Services/*": ["src/services/*"],
"Components/*": ["src/components/*"],
"Models/*": ["src/models/*"],
"Views/*": ["src/views/*"]
}
},
"include": [
"../../**/*.d.ts",
"../../**/*.svg",
"../../**/*.json",
"../../**/*.ts",
"../../**/*.tsx"
]
}
{
"include": [
"../../**/*.d.ts",
"../../**/*.svg",

@@ -4,0 +5,0 @@ "../../**/*.json",

@@ -31,3 +31,3 @@ const path = require("path");

path: path.join(__dirname, "../../dist"),
publicPath: "/"
publicPath: ""
},

@@ -34,0 +34,0 @@ plugins: [

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