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

popups

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

popups - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

Gruntfile.js

@@ -16,3 +16,3 @@ 'use strict';

scripts: {
files: ['src/**/*.*', 'css/popupS.css', 'assets/src/**/*.*'],
files: ['src/**/*.*', 'css/popupS.css'],
tasks: ['default'],

@@ -41,3 +41,2 @@ options: { interrupt: true }

files: {
'assets/main.css': ['assets/src/main.css'],
'css/<%= pkg.name %>.min.css': ['css/popupS.css']

@@ -66,2 +65,3 @@ }

]
});

@@ -68,0 +68,0 @@

{
"name": "popups",
"version": "1.1.0",
"version": "1.1.1",
"description": "Native Javascript Modal/Popup system. With react support!",

@@ -5,0 +5,0 @@ "main": "dist/popupS.js",

@@ -24,3 +24,3 @@ # popupS

```
> npm install popupS
> npm install popups
```

@@ -31,3 +31,3 @@

```javascript
var popupS = require('popupS');
var popupS = require('popups');

@@ -34,0 +34,0 @@ popupS.alert({

Sorry, the diff of this file is not supported yet

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