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

@8base/utils

Package Overview
Dependencies
Maintainers
5
Versions
235
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@8base/utils - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [2.0.2](https://github.com/8base/sdk/compare/v2.0.1...v2.0.2) (2021-03-26)
**Note:** Version bump only for package @8base/utils
## [2.0.1](https://github.com/8base/sdk/compare/v2.0.0...v2.0.1) (2021-02-09)

@@ -8,0 +16,0 @@

2

dist/constants/schemaConstants.d.ts

@@ -46,2 +46,4 @@ export declare const FIELD_TYPE: {

export declare const TEXT_FORMATS: {
HTML: 'HTML';
MARKDOWN: 'MARKDOWN';
EIN: 'EIN';

@@ -48,0 +50,0 @@ EMAIL: 'EMAIL';

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

exports.TEXT_FORMATS = {
HTML: 'HTML',
MARKDOWN: 'MARKDOWN',
EIN: 'EIN',

@@ -51,0 +53,0 @@ EMAIL: 'EMAIL',

@@ -113,2 +113,3 @@ "use strict";

meta
public
}`;

@@ -115,0 +116,0 @@ }

2

package.json
{
"name": "@8base/utils",
"version": "2.0.1",
"version": "2.0.2",
"repository": "https://github.com/8base/sdk",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/8base/sdk/tree/master/packages-core/utils#readme",

@@ -90,2 +90,4 @@ export const FIELD_TYPE: {

export const TEXT_FORMATS: {
HTML: 'HTML';
MARKDOWN: 'MARKDOWN';
EIN: 'EIN';

@@ -98,2 +100,4 @@ EMAIL: 'EMAIL';

} = {
HTML: 'HTML',
MARKDOWN: 'MARKDOWN',
EIN: 'EIN',

@@ -100,0 +104,0 @@ EMAIL: 'EMAIL',

@@ -137,2 +137,3 @@ import * as R from 'ramda';

meta
public
}`;

@@ -139,0 +140,0 @@ } else if (isGeo) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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