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

wicg-inert

Package Overview
Dependencies
Maintainers
1
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.0.2 to 1.1.0

src/inert.js

3

gulpfile.js

@@ -10,3 +10,3 @@ var gulp = require('gulp');

scripts: {
src: './inert.js',
src: './src/inert.js',
dest: 'dist'

@@ -26,3 +26,2 @@ }

}))
.pipe(sourcemaps.write())
.pipe(gulp.dest(paths.scripts.dest))

@@ -29,0 +28,0 @@ .pipe(uglify())

{
"name": "wicg-inert",
"version": "1.0.2",
"version": "1.1.0",
"description": "A polyfill for the proposed inert API",
"main": "inert.js",
"main": "dist/inert.js",
"scripts": {

@@ -7,0 +7,0 @@ "test": "gulp && easy-sauce"

@@ -35,2 +35,4 @@ /**

this.timeout(10000);
describe('Element.prototype', function() {

@@ -37,0 +39,0 @@ it('should patch the Element prototype', function() {

Sorry, the diff of this file is too big to display

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