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

capsulable

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

capsulable - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "capsulable",
"version": "1.1.0",
"version": "1.1.1",
"description": "A module that helps developers easily encapsulate classes in nodejs.",

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

@@ -131,2 +131,3 @@ ## Capsulable

const A = require('./A')
const Field = Capsulable()

@@ -175,2 +176,3 @@ class B extends A {

const SharedB = Capsulable(B)
const Field = Capsulable()

@@ -177,0 +179,0 @@ class C extends SharedB{

@@ -134,2 +134,3 @@ ## Capsulable

const A = require('./A')
const Field = Capsulable()

@@ -177,2 +178,3 @@ class B extends A {

const SharedB = Capsulable(B)
const Field = Capsulable()

@@ -179,0 +181,0 @@ class C extends SharedB{

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