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

@ne1410s/cust-elems

Package Overview
Dependencies
Maintainers
1
Versions
138
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ne1410s/cust-elems - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

16

package.json
{
"name": "@ne1410s/cust-elems",
"version": "0.1.3",
"version": "0.1.4",
"description": "ES Custom Elements base functionality",

@@ -15,7 +15,10 @@ "main": "dist/ne14_cust_elems.cjs.min.js",

"clean": "npx rimraf dist",
"is-pretty": "npx prettier --list-different . --ignore-path .gitignore",
"prettify": "npx prettier --write . --ignore-path .gitignore",
"build": "npm run clean && npx rollup -c",
"publish-local": "npm run build && npm pack",
"publish-patch": "npm run build && npm version patch && npm publish --access public",
"publish-minor": "npm run build && npm version minor && npm publish --access public",
"publish-major": "npm run build && npm version major && npm publish --access public"
"test": "npm run is-pretty",
"publish-local": "npm run test && npm run build && npm pack",
"publish-patch": "npm run test && npm run build && npm version patch && npm publish --access public",
"publish-minor": "npm run test && npm run build && npm version minor && npm publish --access public",
"publish-major": "npm run test && npm run build && npm version major && npm publish --access public"
},

@@ -39,4 +42,5 @@ "repository": {

"@rollup/plugin-url": "^5.0.1",
"prettier": "^2.0.5",
"rimraf": "^3.0.1",
"rollup": "^2.14.0",
"rollup": "^2.18.0",
"rollup-plugin-copy": "^3.3.0",

@@ -43,0 +47,0 @@ "rollup-plugin-typescript2": "^0.27.1",

# @ne1410s/cust-elems
ES Web Custom Elements
`npm run build`
- umd script drops out for browser testing; includes example elements
- cjs and esm scripts drop out with custom element base only
- umd script drops out for browser testing; includes example elements
- cjs and esm scripts drop out with custom element base only
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