New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

brisky-struct

Package Overview
Dependencies
Maintainers
1
Versions
397
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

brisky-struct - npm Package Compare versions

Comparing version 1.0.7 to 1.0.8

4

dist/index.es.js

@@ -2368,5 +2368,5 @@ import bs from 'brisky-stamp';

const p = path(val); // memoized paths later
val = [ '@' ];
val = [ '@', 'root' ];
let i = p.length;
while (i--) { val[i + 1] = p[i]; }
while (i--) { val[i + 2] = p[i]; }
}

@@ -2373,0 +2373,0 @@ if (keys) {

@@ -2374,5 +2374,5 @@ 'use strict';

const p = path(val); // memoized paths later
val = [ '@' ];
val = [ '@', 'root' ];
let i = p.length;
while (i--) { val[i + 1] = p[i]; }
while (i--) { val[i + 2] = p[i]; }
}

@@ -2379,0 +2379,0 @@ if (keys) {

{
"name": "brisky-struct",
"description": "An observable data structure",
"version": "1.0.7",
"version": "1.0.8",
"main": "dist/index.js",

@@ -6,0 +6,0 @@ "module": "dist/index.es.js",

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