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

@aparajita/capacitor-native-decorator

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aparajita/capacitor-native-decorator - npm Package Compare versions

Comparing version 2.0.7 to 2.0.8

dist/esm/pkg.d.ts

4

dist/esm/index.js

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

import { name } from './package.json';
console.log(`loaded ${name}`);
import pkg from './pkg';
console.log(`loaded ${pkg.name}`);
export * from './definitions';
export * from './native-decorator';

@@ -7,3 +7,5 @@ 'use strict';

const name = "@aparajita/capacitor-native-decorator";
const pkg = {
name: '@aparajita/capacitor-native-decorator'
};

@@ -144,4 +146,4 @@ /**

console.log(`loaded ${name}`);
console.log(`loaded ${pkg.name}`);
exports.native = native;
var capacitorNativeDecorator = (function (exports, core) {
'use strict';
const name = "@aparajita/capacitor-native-decorator";
const pkg = {
name: '@aparajita/capacitor-native-decorator'
};

@@ -140,3 +142,3 @@ /**

console.log(`loaded ${name}`);
console.log(`loaded ${pkg.name}`);

@@ -143,0 +145,0 @@ exports.native = native;

{
"name": "@aparajita/capacitor-native-decorator",
"version": "2.0.7",
"version": "2.0.8",
"description": "Decorator for Capacitor plugins that allows painless TypeScript<->native integration",

@@ -61,8 +61,11 @@ "keywords": [

"clean": "rimraf dist",
"build": "pnpm check && pnpm builder",
"build.dev": "SOURCE_MAP=--sourceMap pnpm build",
"extract-pkg": "node scripts/packageJsonToJs.js",
"build": "pnpm extract-pkg && pnpm check && pnpm builder",
"build.dev": "SOURCE_MAP=--sourceMap pnpm extract-pkg && pnpm build",
"builder": "pnpm clean && pnpm tsc && rollup -c rollup.config.mjs",
"builder.dev": "SOURCE_MAP=--sourceMap pnpm builder",
"tsc": "tsc $SOURCE_MAP && tsc --build tsconfig-cli.json",
"watch": "nodemon -w ./src -w ./cli -w tsconfig.json -w tsconfig-cli.json --exec 'pnpm run build.only --silent' -e ts",
"watcher": "nodemon -w ./src -w ./cli -w tsconfig.json -w tsconfig-cli.json -w rollup.config.mjs --exec 'pnpm --silent $BUILD' -e ts,md,json",
"watch": "BUILD=builder pnpm watcher",
"watch.dev": "BUILD=builder.dev pnpm watcher",
"lint": "eslint --ext .js,.cjs,.mjs,.ts .",

@@ -77,5 +80,5 @@ "lint.fix": "pnpm lint --fix",

"release.check": "pnpm check && commit-and-tag-version ${VERSION:+-r $VERSION} --dry-run",
"release.prepare": "commit-and-tag-version ${VERSION:+-r $VERSION} && pnpm builder",
"release.prepare": "commit-and-tag-version ${VERSION:+-r $VERSION}",
"release": "pnpm push && pnpm publish"
}
}
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