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

poke43

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

poke43 - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

src/base.js

2

package.json
{
"name": "poke43",
"version": "2.0.0",
"version": "2.0.1",
"description": "Touch based browser edit components",

@@ -5,0 +5,0 @@ "keywords": [

# Release Notes
## 2.0.1
* Fix implementation quirk that required `poke43` to be global when using the ES module bundle
## 2.0.0

@@ -4,0 +8,0 @@

import Hammer from 'hammerjs';
import poke43 from '../base';
import './styles/keyboard.scss';

@@ -4,0 +5,0 @@ import Key from './key';

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

import {
name as LIB_NAME,
version as LIB_VERSION
} from '../package.json';
import poke43 from './base.js';
import './styles/base.scss';

@@ -44,7 +41,3 @@ import Editor, {

const poke43 = {
get [Symbol.toStringTag]() {
return LIB_NAME;
},
version: LIB_VERSION,
Object.assign(poke43, {
Poke,

@@ -69,3 +62,3 @@ Editor,

KeyboardKey
};
});

@@ -72,0 +65,0 @@ export {

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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