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

@cdxoo/flat

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cdxoo/flat - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

package.json
{
"name": "@cdxoo/flat",
"version": "0.0.1",
"version": "0.0.2",
"description": "does not flatten cats",

@@ -17,2 +17,5 @@ "main": "src/index.js",

],
"dependencies": {
"@cdxoo/traverse": "^0.0.1"
},
"devDependencies": {

@@ -19,0 +22,0 @@ "chai": "^4.3.6",

2

src/index.js
'use strict';
var traverse = require('./traverse');
var traverse = require('@cdxoo/traverse');

@@ -4,0 +4,0 @@ var flatten = (that, options = {}) => {

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