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

@opentripplanner/icons

Package Overview
Dependencies
Maintainers
3
Versions
72
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@opentripplanner/icons - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

2

lib/standard-mode-icon.js

@@ -56,2 +56,4 @@ "use strict";

case "rail":
return /*#__PURE__*/_react.default.createElement(_standard.StandardRail, props);
case "subway":

@@ -58,0 +60,0 @@ case "tram":

2

package.json
{
"name": "@opentripplanner/icons",
"version": "1.0.1",
"version": "1.0.2",
"description": "Icons for otp-ui",

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

@@ -8,2 +8,3 @@ import React from "react";

StandardGondola,
StandardRail,
StandardTram,

@@ -43,2 +44,3 @@ StandardWalk

case "rail":
return <StandardRail {...props} />;
case "subway":

@@ -45,0 +47,0 @@ case "tram":

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