New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

apajs

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apajs - npm Package Compare versions

Comparing version 0.0.3 to 0.0.32

25

package.json
{
"name": "apajs",
"version": "0.0.3",
"description": "Small library wrapping the Web Components API",
"main": "index.js",
"version": "0.0.32",
"description": "2.5kb library wrapping the Web Components API with reactivity out of the box.",
"main": "./src/index.js",
"files": [
"dist",
"src"
],
"type": "module",
"exports": {
".": {
"import": "./dist/apa.es.min.js",
"require": "./dist/apa.umd.js"
}
},
"unpkg": "./dist/apa.es.min.js",
"module": "./dist/apa.es.js",
"scripts": {

@@ -11,3 +24,7 @@ "dev": "vite",

},
"author": "@alpalma95",
"repository": {
"type": "git",
"url": "git+https://github.com/alpalma95/apajs.git"
},
"author": "Álvaro Palma",
"license": "MIT",

@@ -14,0 +31,0 @@ "devDependencies": {

.prettierrc

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