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

object-scan

Package Overview
Dependencies
Maintainers
1
Versions
200
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

object-scan - npm Package Compare versions

Comparing version 18.1.0 to 18.1.1

2

lib/core/context.js

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

import assert from 'assert';
const { assert } = console;

@@ -3,0 +3,0 @@ export default (opts) => {

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

import assert from 'assert';
import {

@@ -10,2 +9,4 @@ getWildcard, excludedBy, traversedBy,

const { assert } = console;
const formatPath = (input, ctx) => (ctx.joined ? toPath(input) : [...input]);

@@ -12,0 +13,0 @@

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

import assert from 'assert';
import { defineProperty } from '../generic/helper.js';

@@ -6,2 +5,4 @@ import { Wildcard } from './wildcard.js';

const { assert } = console;
const IS_EXCLUDED = Symbol('is-excluded');

@@ -8,0 +9,0 @@ const markExcluded = (input) => defineProperty(input, IS_EXCLUDED, true);

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

import assert from 'assert';
import { compile } from './core/compiler.js';

@@ -6,2 +5,4 @@ import find from './core/find.js';

const { assert } = console;
export default (needles, opts = {}) => {

@@ -8,0 +9,0 @@ assert(Array.isArray(needles));

{
"name": "object-scan",
"type": "module",
"version": "18.1.0",
"version": "18.1.1",
"description": "Traverse object hierarchies using matching and callbacks.",

@@ -51,13 +51,13 @@ "main": "lib/index.js",

"devDependencies": {
"@babel/core": "7.17.9",
"@babel/eslint-parser": "7.17.0",
"@babel/core": "7.18.2",
"@babel/eslint-parser": "7.18.2",
"@babel/register": "7.17.7",
"@blackflux/eslint-plugin-rules": "2.1.0",
"@blackflux/robo-config-plugin": "7.7.6",
"c8": "7.11.0",
"@blackflux/robo-config-plugin": "7.8.2",
"c8": "7.11.3",
"chai": "4.3.6",
"coveralls": "3.1.1",
"diff": "5.0.0",
"diff2html": "3.4.16",
"eslint": "8.13.0",
"diff": "5.1.0",
"diff2html": "3.4.17",
"eslint": "8.17.0",
"eslint-config-airbnb-base": "15.0.0",

@@ -67,11 +67,11 @@ "eslint-plugin-import": "2.26.0",

"eslint-plugin-markdown": "2.2.1",
"eslint-plugin-mocha": "10.0.3",
"eslint-plugin-mocha": "10.0.5",
"joi-strict": "2.0.1",
"js-gardener": "3.0.5",
"json-stringify-pretty-compact": "3.0.0",
"json-stringify-pretty-compact": "4.0.0",
"lodash.isequal": "4.5.0",
"mustache": "4.2.0",
"node-tdd": "3.3.2",
"object-scan": "18.0.0",
"smart-fs": "3.0.0",
"node-tdd": "3.4.1",
"object-scan": "18.1.0",
"smart-fs": "3.0.1",
"stringify-object": "4.0.1",

@@ -78,0 +78,0 @@ "uuid": "8.3.2"

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