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

@influxdata/giraffe

Package Overview
Dependencies
Maintainers
20
Versions
179
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@influxdata/giraffe - npm Package Compare versions

Comparing version 0.42.2 to 0.42.4

2

package.json
{
"name": "@influxdata/giraffe",
"version": "0.42.2",
"version": "0.42.4",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "module": "src/index.js",

@@ -1,3 +0,3 @@

var path = require('path');
var webpack = require('webpack');
const path = require('path')
const webpack = require('webpack')
const pkg = require('./package.json')

@@ -11,3 +11,3 @@

libraryTarget: 'umd',
library: pkg.name,
library: 'Giraffe',
path: path.resolve(__dirname, 'dist'),

@@ -18,3 +18,8 @@ publicPath: '',

externals: {
react: 'react',
react: {
amd: 'react',
commonjs: 'react',
commonjs2: 'react',
root: 'React',
},
'react-dom': 'react-dom',

@@ -35,10 +40,7 @@ // lodash: 'lodash' TODO: should we externalize lodash?,

loader: 'awesome-typescript-loader',
exclude: /node_modules/
exclude: /node_modules/,
},
{
test: /\.s?css$/i,
use: [
'css-loader',
'sass-loader'
],
use: ['css-loader', 'sass-loader'],
},

@@ -67,4 +69,4 @@ {

},
]
],
},
};
}

Sorry, the diff of this file is too big to display

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