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

@capacitor/local-notifications

Package Overview
Dependencies
Maintainers
0
Versions
636
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/local-notifications - npm Package Compare versions

Comparing version 7.0.0-dev-2258-20241122T164849.0 to 7.0.0-dev-2258-20241122T190127.0

2

dist/plugin.cjs.js
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var core = require('@capacitor/core');

@@ -6,0 +4,0 @@

@@ -200,4 +200,2 @@ var capacitorLocalNotifications = (function (exports, core) {

Object.defineProperty(exports, '__esModule', { value: true });
return exports;

@@ -204,0 +202,0 @@

8

package.json
{
"name": "@capacitor/local-notifications",
"version": "7.0.0-dev-2258-20241122T164849.0",
"version": "7.0.0-dev-2258-20241122T190127.0",
"description": "The Local Notifications API provides a way to schedule device notifications locally (i.e. without a server sending push notifications).",

@@ -34,3 +34,3 @@ "main": "dist/plugin.cjs.js",

"verify": "npm run verify:ios && npm run verify:android && npm run verify:web",
"verify:ios": "xcodebuild build -scheme CapacitorLocalNotifications -sdk iphonesimulator17.0 -destination 'OS=17.0,name=iPhone 15'",
"verify:ios": "xcodebuild build -scheme CapacitorLocalNotifications -destination generic/platform=iOS",
"verify:android": "cd android && ./gradlew clean build test && cd ..",

@@ -44,3 +44,3 @@ "verify:web": "npm run build",

"docgen": "docgen --api LocalNotificationsPlugin --output-readme README.md --output-json dist/docs.json",
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.js",
"build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
"clean": "rimraf ./dist",

@@ -64,3 +64,3 @@ "watch": "tsc --watch",

"rimraf": "^3.0.0",
"rollup": "^2.29.0",
"rollup": "^4.26.0",
"swiftlint": "^1.0.1",

@@ -67,0 +67,0 @@ "typescript": "~4.1.5"

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