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

@ribajs/core

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ribajs/core - npm Package Compare versions

Comparing version 0.16.0 to 0.16.1

6

lib/modules/jquery.module.js
import $ from 'jquery';
/**
* JQuery Extension for mobile events: https://github.com/benmajor/jQuery-Touch-Events
*/
import touchEvents from 'jquery-touch-events';
// tslint:disable-next-line:variable-name
const JQuery = $;
const JQuery = touchEvents($);
export default JQuery;
export { JQuery };

6

package.json
{
"name": "@ribajs/core",
"description": "Core module of Ribajs",
"version": "0.16.0",
"version": "0.16.1",
"author": "Pascal Garber <pascal@jumplink.eu>",

@@ -12,7 +12,7 @@ "private": false,

"url": "https://github.com/ribajs/riba",
"main": "lib/index.js",
"main": "src/index.ts",
"_main": "lib/index.js",
"jsnext:main": "lib/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"browser": "dist/riba-core.min.js",
"source": "src/index.ts",

@@ -19,0 +19,0 @@ "license": "MIT",

@@ -13,3 +13,2 @@ /**

import { FakeHTMLElement } from './fake-html-element';
import JQuery from 'jquery';

@@ -16,0 +15,0 @@ export type TemplateFunction = () => string | null;

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