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

tweakpane-plugin-file-import

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tweakpane-plugin-file-import - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

2

package.json
{
"name": "tweakpane-plugin-file-import",
"version": "0.1.3",
"version": "0.1.4",
"description": "A general-purpose and simple file input Tweakpane plugin",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/LuchoTurtle/tweakpane-plugin-file-import",

@@ -26,3 +26,3 @@ # `tweakpane-plugin-file-import`

const pane = new Tweakpane.Pane();
pane.registerPlugin(FileInputPlugin);
pane.registerPlugin(TweakpaneFileImportPlugin);
</script>

@@ -43,6 +43,6 @@ ```

import {Pane} from 'tweakpane';
import * as FileImportPlugin from 'tweakpane-plugin-file-import';
import * as TweakpaneFileImportPlugin from 'tweakpane-plugin-file-import';
const pane = new Pane();
pane.registerPlugin(FileImportPlugin);
pane.registerPlugin(TweakpaneFileImportPlugin);
```

@@ -49,0 +49,0 @@

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