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

backpack-usage-analyser

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

backpack-usage-analyser - npm Package Compare versions

Comparing version 0.0.3 to 0.1.0

4

CHANGELOG.md

@@ -9,2 +9,6 @@ # Changelog

### Added
- Android native support
## 2018-01-18 - 0.0.3
### Fixed

@@ -11,0 +15,0 @@ - Fixed readme formatting

2

package.json
{
"name": "backpack-usage-analyser",
"version": "0.0.3",
"version": "0.1.0",
"description": "A tool to analyse the usage of Backpack resources in codebases.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -37,2 +37,10 @@ /*

},
android: {
globs: [
'**/*.{java,kt,xml}',
],
patterns: [
/bpk/g,
],
},
};
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