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

@formily/shared

Package Overview
Dependencies
Maintainers
1
Versions
243
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formily/shared - npm Package Compare versions

Comparing version 1.1.3 to 1.1.4

2

lib/string.d.ts

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

export declare const stringLength: (input: string) => number;
export declare const stringLength: (input: string) => any;
{
"name": "@formily/shared",
"version": "1.1.3",
"version": "1.1.4",
"license": "MIT",

@@ -21,3 +21,3 @@ "main": "lib",

},
"gitHead": "a5676b3b826ffc695d41bab2a539c539d8c66a9d",
"gitHead": "aa80fcff3a7cece323f5302486a697dfbe3efc08",
"scripts": {

@@ -27,3 +27,3 @@ "build": "tsc --declaration"

"devDependencies": {
"typescript": "^3.5.2"
"typescript": "~3.8.0"
},

@@ -30,0 +30,0 @@ "dependencies": {

@@ -18,3 +18,3 @@ // ansiRegex

// stripAnsi
const stripAnsi = <T extends any>(input: T): T =>
const stripAnsi = (input: any) =>
typeof input === 'string' ? input.replace(ansiRegex(), '') : input

@@ -21,0 +21,0 @@

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