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

@carpages/jquery-boiler

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@carpages/jquery-boiler - npm Package Compare versions

Comparing version 0.5.0 to 0.6.0-alpha.1

19

jquery.boiler.js

@@ -1,16 +0,4 @@

( function( factory ) {
if ( typeof define === 'function' && define.amd ) {
// AMD. Register as an anonymous module.
define([ 'jquery' ], factory );
} else if ( typeof exports === 'object' ) {
// Node/CommonJS
module.exports = factory( require( 'jquery' ));
} else {
// Browser globals
factory( jQuery );
}
})( function( $ ) {
'use strict';
import $ from 'jquery';
$.boiler = function( namespace, base ) {
$.boiler = function( namespace, base ) {
$.fn[namespace] = function() {

@@ -79,3 +67,2 @@ var args = Array.prototype.slice.call( arguments );

return $;
});
export default $;

2

package.json
{
"name": "@carpages/jquery-boiler",
"version": "0.5.0",
"version": "0.6.0-alpha.1",
"description": "A jQuery plugin to help you quickly write custom jQuery plugins",

@@ -5,0 +5,0 @@ "author": "Matt Rose <matt@mattrose.ca> (http://mattrose.ca)",

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