Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@djsp/core

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@djsp/core - npm Package Compare versions

Comparing version 0.0.5 to 0.1.0

10

dist/index.es.js

@@ -448,2 +448,3 @@ import React, { Component, createContext } from 'react';

// avoids having to have a `getEditorState` prop
// $FlowFixMe

@@ -455,4 +456,3 @@ });

return _this2.state.editorState;
},
value: this.state.editorState
}
});

@@ -467,3 +467,4 @@ var pluginProps = {

});
}
} // $FlowFixMe
};

@@ -473,4 +474,3 @@ Object.defineProperty(pluginProps, 'editorState', {

return _this2.state.editorState;
},
value: this.state.editorState
}
});

@@ -477,0 +477,0 @@ return React.createElement(Context.Provider, {

@@ -455,2 +455,3 @@ 'use strict';

// avoids having to have a `getEditorState` prop
// $FlowFixMe

@@ -462,4 +463,3 @@ });

return _this2.state.editorState;
},
value: this.state.editorState
}
});

@@ -474,3 +474,4 @@ var pluginProps = {

});
}
} // $FlowFixMe
};

@@ -480,4 +481,3 @@ Object.defineProperty(pluginProps, 'editorState', {

return _this2.state.editorState;
},
value: this.state.editorState
}
});

@@ -484,0 +484,0 @@ return React__default.createElement(Context.Provider, {

{
"name": "@djsp/core",
"version": "0.0.5",
"version": "0.1.0",
"description": "djsp Core Components",

@@ -14,5 +14,5 @@ "author": "juliankrispel",

"test:watch": "react-scripts test --env=jsdom",
"build": "rimraf dist && rollup -c && yarn build:flow",
"build": "rimraf dist && ./node_modules/.bin/rollup -c && yarn build:flow",
"build:flow": "./node_modules/.bin/flow-copy-source -v -i '**/__tests__/**' src dist",
"start": "rollup -c -w",
"start": "./node_modules/.bin/rollup -c -w",
"flow": "./node_modules/.bin/flow",

@@ -19,0 +19,0 @@ "prepare": "yarn run build && yarn build:flow",

Sorry, the diff of this file is not supported yet

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