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

react-sparklines

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-sparklines - npm Package Compare versions

Comparing version 1.3.0 to 1.4.0

19

build/index.js

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

module.exports =
/******/ (function(modules) { // webpackBootstrap
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("react"));
else if(typeof define === 'function' && define.amd)
define(["react"], factory);
else if(typeof exports === 'object')
exports["ReactSparklines"] = factory(require("react"));
else
root["ReactSparklines"] = factory(root["react"]);
})(this, function(__WEBPACK_EXTERNAL_MODULE_3__) {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache

@@ -181,3 +190,3 @@ /******/ var installedModules = {};

module.exports = require("react");
module.exports = __WEBPACK_EXTERNAL_MODULE_3__;

@@ -677,2 +686,4 @@ /***/ },

/***/ }
/******/ ]);
/******/ ])
});
;
{
"name": "react-sparklines",
"version": "1.3.0",
"version": "1.4.0",
"description": "Beautiful and expressive Sparklines component for React ",

@@ -5,0 +5,0 @@ "main": "build/index.js",

@@ -14,5 +14,13 @@ var path = require('path');

filename: '[name].js',
library: 'react-sparklines',
libraryTarget: 'commonjs2'
library: 'ReactSparklines',
libraryTarget: 'umd'
},
externals: {
react: {
root: 'React',
commonjs2: 'react',
commonjs: 'react',
amd: 'react'
}
},
externals: { react: 'react' },

@@ -19,0 +27,0 @@ module: {

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