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

scandit-capacitor-datacapture-parser

Package Overview
Dependencies
Maintainers
3
Versions
114
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

scandit-capacitor-datacapture-parser - npm Package Compare versions

Comparing version 6.20.0 to 6.21.0-beta.2

dist/esm/definitions.d.ts

22

package.json
{
"name": "scandit-capacitor-datacapture-parser",
"version": "6.20.0",
"version": "6.21.0-beta.2",
"description": "Scandit Data Capture SDK for Capacitor",

@@ -12,5 +12,5 @@ "license": "Apache-2.0",

"homepage": "https://github.com/Scandit/scandit-capacitor-datacapture-parser",
"main": "dist/plugin.js",
"module": "dist/esm/scandit-capacitor-datacapture-parser/src/index.js",
"types": "dist/esm/scandit-capacitor-datacapture-parser/src/definitions.d.ts",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/dts/index.d.ts",
"repository": {

@@ -29,7 +29,6 @@ "type": "git",

"scripts": {
"postbuild": "node ./scripts/normalize-d-ts.js",
"lint": "eslint ./src",
"prettier": "prettier \"**/*.{css,html,ts,js,java}\"",
"swiftlint": "node-swiftlint",
"build": "npm run clean && tsc && rollup -c rollup.config.js",
"build": "rollup -c rollup.config.js --bundleConfigAsCjs",
"clean": "rimraf ./dist",

@@ -39,3 +38,4 @@ "watch": "tsc --watch"

"dependencies": {
"scandit-capacitor-datacapture-core": "6.20.0"
"scandit-capacitor-datacapture-core": "6.21.0-beta.2",
"scandit-datacapture-frameworks-core": "6.21.0-beta.2"
},

@@ -53,3 +53,7 @@ "devDependencies": {

"rimraf": "4.4.0",
"rollup": "^2.79.1",
"rollup": "3.26.2",
"@rollup/plugin-node-resolve": "15.0.2",
"@rollup/plugin-typescript": "11.1.2",
"@rollup/plugin-commonjs": "24.1.0",
"rollup-plugin-modify": "3.0.0",
"swiftlint": "^1.0.1",

@@ -77,2 +81,2 @@ "typescript": "4.9.5",

"swiftlint": "@ionic/swiftlint-config"
}
}

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