You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@getoccasion/mitragyna

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getoccasion/mitragyna - npm Package Compare versions

Comparing version
0.1.0
to
0.1.1
+6
-0
CHANGELOG.md

@@ -0,1 +1,7 @@

## [0.1.1] - 2020-05-07
### Fixed
- use Component to allow impure resources
## [0.1.0] - 2020-05-07

@@ -2,0 +8,0 @@

+1
-2
{
"name": "@getoccasion/mitragyna",
"version": "0.1.0",
"version": "0.1.1",
"description": "A library for managing ActiveResource.js as React components",

@@ -10,3 +10,2 @@ "main": "src/mitragyna.js",

},
"access": "public",
"keywords": [

@@ -13,0 +12,0 @@ "react",

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

export class Resource extends React.PureComponent {
export class Resource extends React.Component {
static propTypes = {

@@ -3,0 +3,0 @@ afterError: PropTypes.func,