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

escss-estest

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

escss-estest - npm Package Compare versions

Comparing version 1.4.15 to 1.4.16

lib/index.d.ts

15

lib/index.js

@@ -113,17 +113,2 @@ /**

* @param {string} errMsg
* ```js
* ESTest(NaN, 'NaN')
* ESTest([], 'array')
* ESTest(null, 'null')
* ESTest(undefined, 'undefined')
* ESTest(1, 'number')
* ESTest('foo', 'string')
* ESTest(true, 'boolean')
* ESTest({}, 'object')
* ESTest(1n, 'bigint')
* ESTest(Symbol(), 'symbol')
* ESTest(function () {}, 'function')
* ESTest(1, 'object') // error
* ESTest(1, 'object', 'foo') // error & message "foo"
* ```
*/

@@ -130,0 +115,0 @@ function ESTest(input, type, errMsg = customErrMsg) {

4

package.json
{
"name": "escss-estest",
"version": "1.4.15",
"version": "1.4.16",
"description": "100% function coverage for easier life.",

@@ -25,4 +25,4 @@ "keywords": [

"main": "./lib/index.js",
"types": "./lib/index.js",
"types": "./lib/index.d.ts",
"files": ["lib"]
}
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