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.2 to 0.1.3

2

package.json

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

],
"version": "0.1.2",
"version": "0.1.3",
"repository": {

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

@@ -36,2 +36,7 @@ # parallax-common-config

```
### .gitlab-ci.common.yml
Create a symlink to use our `.gitlab-ci.common.yml`
```bash
ln -s node_modules/parallax-common-config/.gitlab-ci.common.yml .gitlab-ci.common.yml
```
### .browserlistrc

@@ -38,0 +43,0 @@ Create a symlink to use our `.editorconfig`

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

filename: "bundle.min.js",
path: path.join(__dirname, "../dist"),
path: path.join(__dirname, "../../dist"),
publicPath: "/"

@@ -45,3 +45,3 @@ },

alias: {
"~": path.resolve(__dirname, "../src/")
"~": path.resolve(__dirname, "../../src/")
},

@@ -48,0 +48,0 @@ extensions: [".ts", ".tsx", ".js"]

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