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

@nexssp/data

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nexssp/data - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

1

lib/valid-datatypes.js

@@ -11,2 +11,3 @@ const stream = require('stream')

function: () => [() => {}, function () {}, () => 'somestring'],
asyncfunction: () => [async () => {}, async function () {}],
null: () => [null],

@@ -13,0 +14,0 @@ map: () => [

6

package.json
{
"name": "@nexssp/data",
"main": "lib/data.js",
"version": "1.0.7",
"version": "1.0.8",
"description": "Checking and comparing datatypes",

@@ -36,7 +36,7 @@ "keywords": [

"dependencies": {
"@nexssp/logdebug": "^1.0.16"
"@nexssp/logdebug": "^1.0.18"
},
"devDependencies": {
"@nexssp/test": "^1.1.2"
"@nexssp/test": "^1.1.7"
}
}

@@ -48,2 +48,3 @@ # @nexssp/data

function: () => [() => {}, function () {}, () => 'somestring'],
asyncfunction: () => [async () => {}, async function () {}],
null: () => [null],

@@ -77,5 +78,6 @@ map: () => [

dir: () => [path.resolve(`lib`)],
url: () => ['https://abc.com', 'http://abc.com'],
url: () => ['https://abc.ce', 'https://abc.de'],
json: () => ['{"x":1}', '{"val":{"nested":5}}'],
regexp: () => [new RegExp(/x/)],
}
```
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