Socket
Socket
Sign inDemoInstall

@tarojs/shared

Package Overview
Dependencies
Maintainers
3
Versions
634
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tarojs/shared - npm Package Compare versions

Comparing version 3.1.0-beta.10 to 3.1.0-beta.11

2

dist/is.d.ts

@@ -6,5 +6,5 @@ export declare function isString(o: unknown): o is string;

export declare function isBoolean(o: unknown): o is boolean;
export declare function isFunction(o: unknown): o is Function;
export declare function isFunction(o: unknown): o is (...args: any[]) => any;
export declare function isNumber(o: unknown): o is number;
export declare function isBooleanStringLiteral(o: unknown): o is string;
export declare const isArray: (arg: any) => arg is any[];

@@ -35,3 +35,3 @@ export declare const EMPTY_OBJ: any;

export declare function capitalize(s: string): string;
export declare const hasOwn: (val: object, key: string | symbol) => any;
export declare const hasOwn: (val: Record<any, any>, key: string | symbol) => any;
/**

@@ -38,0 +38,0 @@ * ensure takes a condition and throw a error if the condition fails,

{
"name": "@tarojs/shared",
"version": "3.1.0-beta.10",
"version": "3.1.0-beta.11",
"description": "> TODO: description",

@@ -28,3 +28,3 @@ "author": "yuche <i@yuche.me>",

},
"gitHead": "533f1b1703f79514d8248235ea09a5d3b700be2d"
"gitHead": "674ea5e9858b5ce5578c39a9d8c0971a12c69a82"
}

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