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

abstract-object

Package Overview
Dependencies
Maintainers
1
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

abstract-object - npm Package Compare versions

Comparing version 3.0.0-alpha.3 to 3.0.0-alpha.4

11

package.json
{
"name": "abstract-object",
"version": "3.0.0-alpha.3",
"version": "3.0.0-alpha.4",
"description": "AbstractObject with Object State Events Support",

@@ -8,3 +8,2 @@ "homepage": "https://github.com/snowyu/abstract-object",

"module": "./src/index.js",
"type": "commonjs",
"files": [

@@ -36,6 +35,6 @@ "README.md",

"dependencies": {
"custom-ability": "^2.0.0-alpha.4",
"events-ex": "^2.0.0-alpha.2",
"inherits-ex": "^2.1.0-alpha.11",
"util-ex": "^2.0.0-alpha.8"
"custom-ability": "^2.0.0-alpha.6",
"events-ex": "^2.0.0-alpha.6",
"inherits-ex": "^2.1.0-alpha.12",
"util-ex": "^2.0.0-alpha.10"
},

@@ -42,0 +41,0 @@ "devDependencies": {

@@ -0,1 +1,2 @@

// @sourceType: module
export * from './stateable'

@@ -2,0 +3,0 @@ export * from './abstract-object'

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