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

new-struct

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

new-struct - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

4

index.js

@@ -69,3 +69,5 @@ module.exports = newStruct;

for (key in ext) {
create.props.splice(create.props.indexOf(key), 1);
if (typeof ext[key] != 'function') {
create.props.splice(create.props.indexOf(key), 1);
}
}

@@ -72,0 +74,0 @@

{
"name": "new-struct",
"version": "0.0.2",
"version": "0.0.3",
"description": "Structs inspired from Golang",

@@ -5,0 +5,0 @@ "main": "index.js",

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