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

class-expression

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

class-expression - npm Package Compare versions

Comparing version 0.0.8 to 0.0.9

3

lib/class_expression.js

@@ -456,3 +456,4 @@ /**

// Only add label if it adds something?
if( anchor.class_label() && anchor.class_id() != anchor.class_label() ){
if( anchor.class_label() &&
(anchor.class_id() != anchor.class_label()) ){
expression['label'] = anchor.class_label();

@@ -459,0 +460,0 @@ }

{
"name": "class-expression",
"version": "0.0.8",
"version": "0.0.9",
"license": "BSD-3-Clause",

@@ -33,3 +33,3 @@ "description": "A handling library for OWL-style class expressions in JavaScript.",

"dependencies": {
"bbop-core": "0.0.4",
"bbop-core": "0.0.5",
"underscore": "1.8.3"

@@ -36,0 +36,0 @@ },

@@ -250,3 +250,3 @@ ////

}
]
]
}

@@ -253,0 +253,0 @@ },

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