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

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 1.1.2 to 1.1.3

dist/inert.min.js

9

package.json
{
"name": "wicg-inert",
"version": "1.1.2",
"version": "1.1.3",
"description": "A polyfill for the proposed inert API",

@@ -9,5 +9,4 @@ "main": "dist/inert.js",

"test": "npm run lint && npm run build && easy-sauce",
"build": "rollup -c",
"dev": "rollup -c -w",
"prepublish": "npm run test && npm run build"
"build": "rollem",
"dev": "rollem --watch"
},

@@ -47,2 +46,3 @@ "repository": {

"mocha": "^3.1.2",
"rollem": "^1.11.0",
"rollup": "^0.41.6",

@@ -52,2 +52,3 @@ "rollup-plugin-babel": "^2.7.1",

"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^1.0.1",
"rollup-watch": "^3.2.2",

@@ -54,0 +55,0 @@ "whatwg-fetch": "^1.0.0"

@@ -211,7 +211,4 @@ # `inert` attribute

The `dist` directory contains two versions of the polyfill. `inert.js` is the debug version, containing an inlined sourcemap, `inert.min.js` is
the production version, minified to be as small as possible. These are both
generated from the ES6 version of `inert.js` which lives in the root directory,
and can be used if you don't need to worry about transpilation. There is also an
[HTML Import](https://developer.mozilla.org/en-US/docs/Web/Web_Components/HTML_Imports)
The `dist` directory contains a transpiled, UMD build of `inert.js` generated from the ES6 source.
There is also an [HTML Import](https://developer.mozilla.org/en-US/docs/Web/Web_Components/HTML_Imports)
available in the root of the project at `inert.html`.

@@ -254,2 +251,2 @@

<script src="https://cdnjs.cloudflare.com/ajax/libs/babel-polyfill/6.16.0/polyfill.min.js"></script>
```
```
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