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

@capacitor/push-notifications

Package Overview
Dependencies
Maintainers
8
Versions
710
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@capacitor/push-notifications - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

dist/plugin.cjs.js

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

# [0.2.0](https://github.com/ionic-team/capacitor-plugins/compare/@capacitor/push-notifications@0.1.0...@capacitor/push-notifications@0.2.0) (2021-01-13)
### Bug Fixes
* add es2017 lib to tsconfig ([#180](https://github.com/ionic-team/capacitor-plugins/issues/180)) ([2c3776c](https://github.com/ionic-team/capacitor-plugins/commit/2c3776c38ca025c5ee965dec10ccf1cdb6c02e2f))
* export all TS definitions ([6cd2996](https://github.com/ionic-team/capacitor-plugins/commit/6cd299660fdeb27382ec7f45f0b3a55224cd0ad1))
### Features
* add commonjs output format ([#179](https://github.com/ionic-team/capacitor-plugins/issues/179)) ([8e9e098](https://github.com/ionic-team/capacitor-plugins/commit/8e9e09862064b3f6771d7facbc4008e995d9b463))
# 0.1.0 (2021-01-13)

@@ -8,0 +25,0 @@

1

dist/esm/index.d.ts
import type { PushNotificationsPlugin } from './definitions';
declare const PushNotifications: PushNotificationsPlugin;
export * from './definitions';
export { PushNotifications };
import { registerPlugin } from '@capacitor/core';
const PushNotifications = registerPlugin('PushNotifications', {});
export * from './definitions';
export { PushNotifications };
//# sourceMappingURL=index.js.map

13

package.json
{
"name": "@capacitor/push-notifications",
"version": "0.1.0",
"version": "0.2.0",
"description": "The Push Notifications API provides access to native push notifications.",
"main": "dist/esm/index.js",
"main": "dist/plugin.cjs.js",
"module": "dist/esm/index.js",
"types": "dist/esm/index.d.ts",

@@ -46,7 +47,7 @@ "unpkg": "dist/plugin.js",

"devDependencies": {
"@capacitor/android": "^3.0.0-alpha.12",
"@capacitor/cli": "^3.0.0-alpha.13",
"@capacitor/android": "^3.0.0-alpha.14",
"@capacitor/cli": "^3.0.0-alpha.14",
"@capacitor/core": "^3.0.0-alpha.12",
"@capacitor/docgen": "0.0.14",
"@capacitor/ios": "^3.0.0-alpha.13",
"@capacitor/ios": "^3.0.0-alpha.14",
"@ionic/eslint-config": "^0.3.0",

@@ -82,3 +83,3 @@ "@ionic/prettier-config": "~1.0.1",

},
"gitHead": "8292c0b1dc327992435887748d3c02a20b9e4ebf"
"gitHead": "98290e6c0292ea17b7a5d178919664a9062405d5"
}

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