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

anatomogram

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anatomogram - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

6

package.json
{
"name": "anatomogram",
"version": "0.1.0",
"version": "0.1.1",
"description": "Expression Atlas anatomogram",

@@ -8,2 +8,6 @@ "main": "index.js",

"license": "custom",
"repository": {
"type": "git",
"url": "git+https://github.com/gxa/anatomogram.git"
},
"dependencies": {

@@ -10,0 +14,0 @@ "react": "^0.14.7",

6

src/AnatomogramFactory.jsx

@@ -45,5 +45,5 @@ const React = require(`react`);

_availableAnatomograms(
args.anatomogramData.species,
args.pathToFolderWithBundledResources,
args.anatomogramData.allSvgPathIds || null);
args.anatomogramData.species,
args.pathToFolderWithBundledResources,
args.anatomogramData.allSvgPathIds || null);

@@ -50,0 +50,0 @@ return(

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