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

json-e

Package Overview
Dependencies
Maintainers
1
Versions
38
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

json-e - npm Package Compare versions

Comparing version 2.0.1 to 2.0.3

5

lib/index.js

@@ -263,7 +263,2 @@ 'use strict';

var eltType = (0, _typeof3.default)(tagged[0][0]);
console.log(eltType);
console.log(eltType !== 'number' && eltType !== 'string');
console.log(tagged.some(function (e) {
return eltType !== (0, _typeof3.default)(e[0]);
}));
if (eltType !== 'number' && eltType !== 'string' || tagged.some(function (e) {

@@ -270,0 +265,0 @@ return eltType !== (0, _typeof3.default)(e[0]);

4

package.json
{
"name": "json-e",
"version": "2.0.1",
"version": "2.0.3",
"description": "json parameterization module inspired from json-parameterization",

@@ -40,4 +40,4 @@ "main": "./dist/index.js",

"engines": {
"node": "^=>6.4.0"
"node": ">=6.4.0"
}
}

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