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

@darkwolf/code-error

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@darkwolf/code-error - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

6

index.js

@@ -25,5 +25,5 @@ const State = require('@darkwolf/state')

const {state, setState} = new State()
this.state = state
this.setState = setState
const state = new State()
this.state = state.state
this.setState = state.setState
}

@@ -30,0 +30,0 @@ }

{
"name": "@darkwolf/code-error",
"version": "2.0.2",
"version": "2.0.3",
"description": "Code Error Utility",

@@ -26,4 +26,4 @@ "main": "index.js",

"dependencies": {
"@darkwolf/state": "^1.0.0"
"@darkwolf/state": "^1.0.1"
}
}

@@ -34,2 +34,2 @@ # Code Error Utility

## Methods
### setState(newState || callbac(state => newState))
### setState(newState || callback(state => newState))
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