Socket
Socket
Sign inDemoInstall

flatted

Package Overview
Dependencies
0
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.2.11 to 3.2.12

2

cjs/index.js
'use strict';
/// <reference types="../types/index.d.ts" />
// (c) 2020-present Andrea Giammarchi

@@ -3,0 +5,0 @@

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

/// <reference types="../types/index.d.ts" />
// (c) 2020-present Andrea Giammarchi

@@ -2,0 +4,0 @@

@@ -14,2 +14,4 @@ self.Flatted = (function (exports) {

/// <reference types="../types/index.d.ts" />
// (c) 2020-present Andrea Giammarchi

@@ -16,0 +18,0 @@

2

jsr.json
{
"name": "@wr/flatted",
"version": "3.2.11",
"version": "3.2.12",
"exports": "./esm/index.js",

@@ -5,0 +5,0 @@ "exclude": [

{
"name": "flatted",
"version": "3.2.11",
"version": "3.2.12",
"description": "A super light and fast circular JSON parser.",

@@ -8,3 +8,3 @@ "unpkg": "min.js",

"scripts": {
"build": "npm run cjs && npm run rollup:esm && npm run rollup:es && npm run rollup:babel && npm run min && npm run test && npm run ts && npm run size",
"build": "npm run cjs && npm run rollup:esm && npm run rollup:es && npm run rollup:babel && npm run min && npm run test && npm run size",
"cjs": "ascjs esm cjs",

@@ -11,0 +11,0 @@ "rollup:es": "rollup --config rollup/es.config.js && sed -i.bck 's/^var /self./' es.js && rm -rf es.js.bck",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc