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

@alizeait/flatto

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alizeait/flatto - npm Package Compare versions

Comparing version 1.0.2 to 2.0.0

2

dist/index.d.ts

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

export declare function flatto<T = Record<string, any>>(input: T, seperator?: string): T;
export declare function flatto<Input = Record<string, any>, Output = unknown>(input: Input, seperator?: string): Output;
{
"name": "@alizeait/flatto",
"version": "1.0.2",
"version": "2.0.0",
"description": "A tiny (~200B) and fast nested object flattener",
"scripts": {
"build": "microbundle",
"build": "microbundle -f modern,cjs",
"dev": "microbundle watch",

@@ -11,14 +11,3 @@ "test": "npx jest"

"main": "dist/index.js",
"module": "dist/index.module.js",
"unpkg": "dist/index.umd.js",
"browser": "dist/index.modern.js",
"exports": {
".": {
"browser": "./dist/index.modern.js",
"import": "./dist/index.js",
"require": "./dist/index.js"
},
"./package.json": "./package.json",
"./": "./"
},
"module": "dist/index.modern.js",
"types": "dist/index.d.ts",

@@ -25,0 +14,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

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