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

select-pure

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

select-pure - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

es/select-pure.min.js

4

package.json
{
"name": "select-pure",
"version": "0.1.2",
"version": "0.1.3",
"description": "Pure JavaScript select component.",

@@ -15,3 +15,3 @@ "author": {

],
"main": "lib/select-pure.min.js",
"main": "es/select-pure.min.js",
"scripts": {

@@ -18,0 +18,0 @@ "build": "rollup -c",

@@ -26,3 +26,3 @@ # SelectPure JavaScript component

```
<script src="https://unpkg.com/select-pure@latest/lib/select-pure.min.js"></script>
<script src="https://unpkg.com/select-pure@latest/lib/bundle.min.js"></script>
```

@@ -29,0 +29,0 @@ ## Usage

@@ -7,7 +7,14 @@ import babel from "rollup-plugin-babel";

input: "src/index.js",
output: {
file: "lib/select-pure.min.js",
format: "umd",
name: "SelectPure",
},
output: [
{
file: "es/select-pure.min.js",
format: "es",
name: "SelectPure",
},
{
file: "lib/bundle.min.js",
format: "umd",
name: "SelectPure",
},
],
plugins: [

@@ -14,0 +21,0 @@ eslint({

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