Socket
Socket
Sign inDemoInstall

wicg-inert

Package Overview
Dependencies
Maintainers
2
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wicg-inert - npm Package Compare versions

Comparing version 3.0.3 to 3.1.0

dist/inert.esm.js

5

package.json
{
"name": "wicg-inert",
"version": "3.0.3",
"version": "3.1.0",
"description": "A polyfill for the proposed inert API",
"main": "dist/inert.js",
"module": "src/inert.js",
"module": "dist/inert.esm.js",
"scripts": {
"build": "rollup -c",
"prepublishOnly": "SAUCE=true npm run test",
"test": "npm run build && karma start"

@@ -10,0 +11,0 @@ },

@@ -8,2 +8,14 @@ import {uglify} from 'rollup-plugin-uglify';

output: {
file: 'dist/inert.esm.js',
format: 'esm',
},
plugins: [
babel({
exclude: 'node_modules/**',
}),
],
},
{
input: 'src/inert.js',
output: {
file: 'dist/inert.js',

@@ -10,0 +22,0 @@ format: 'umd',

2

w3c.json
{
"group": [80485]
, "contacts": ["marcoscaceres"]
, "repo-type": "cg-report"
, "repo-type": "tool"
}
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