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

@therms/atalaya

Package Overview
Dependencies
Maintainers
2
Versions
790
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@therms/atalaya - npm Package Compare versions

Comparing version 1.1.0-beta.49 to 1.1.0-beta.50

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [1.1.0-beta.50](http://bitbucket.org/thermsio/atalaya/compare/v1.1.0-beta.49...v1.1.0-beta.50) (2021-02-24)
### Bug Fixes
* **CORE-1219:** fix docs layout error ([c3c0551](http://bitbucket.org/thermsio/atalaya/commits/c3c05517c66c6eef1e167e542071b8e0f7138fc9))
# [1.1.0-beta.49](http://bitbucket.org/thermsio/atalaya/compare/v1.1.0-beta.48...v1.1.0-beta.49) (2021-02-24)

@@ -2,0 +9,0 @@

2

lib/components/atoms/ActivityType/index.d.ts

@@ -7,3 +7,3 @@ import React from 'react';

}
declare const ActivityType: ({ name, severity }: ActivityTypeProps) => React.ReactElement;
declare const ActivityType: ({ name, severity, }: ActivityTypeProps) => React.ReactElement;
export default ActivityType;

@@ -11,3 +11,3 @@ import React from 'react';

declare const Badge: {
({ max, type, value }: BadgeProps): React.ReactElement;
({ max, type, value, }: BadgeProps): React.ReactElement;
propTypes: {

@@ -14,0 +14,0 @@ max: PropTypes.Requireable<number>;

@@ -5,2 +5,2 @@ export interface TagClassProps {

}
export declare const makeTagClasses: ({ type }: TagClassProps) => string;
export declare const makeTagClasses: ({ type, }: TagClassProps) => string;
{
"name": "@therms/atalaya",
"version": "1.1.0-beta.49",
"version": "1.1.0-beta.50",
"main": "./lib/cjs.js",

@@ -85,2 +85,3 @@ "module": "./lib/index.js",

"prettier": "^2.2.1",
"prettier-config-americansoftware": "^2.0.0",
"prop-types": "^15.7.2",

@@ -87,0 +88,0 @@ "react": "^17.0.1",

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

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

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