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

empath-sentiment-analysis

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

empath-sentiment-analysis - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

package.json
{
"name": "empath-sentiment-analysis",
"version": "1.0.6",
"version": "1.0.7",
"description": "Tools to analyse sentiment in the browser",

@@ -5,0 +5,0 @@ "main": "dist/empath.js",

@@ -11,6 +11,6 @@ const webpack = require('webpack');

path: path.join(__dirname, 'dist'),
filename: 'empath.js'
filename: 'empath.js',
library: 'empath-sentiment-analysis',
libraryTarget: 'umd'
},
library: 'empath-sentiment-analysis',
libraryTarget: 'umd',
devtool: ['source-map'],

@@ -17,0 +17,0 @@ resolveLoader: {

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