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

flam

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flam - npm Package Compare versions

Comparing version 1.0.6 to 1.0.7

2

examples/app.js

@@ -8,3 +8,3 @@ /*

*/
var Flam = require( "../flam" );
var Flam = require( "../lib/flam" );

@@ -11,0 +11,0 @@ // All data is stored encrypted. If, however, you wish to store your data in

{
"name": "flam",
"version": "1.0.6",
"version": "1.0.7",
"description": "Free and secure data storage: no account or registration required",
"main": "flam.js",
"main": "./lib/flam.js",
"repository": {

@@ -10,2 +10,7 @@ "type": "git",

},
"directories": {
"config": "./config",
"examples": "./examples",
"lib": "./lib"
},
"keywords": [

@@ -45,5 +50,2 @@ "free",

},
"directories": {
"example": "examples"
},
"devDependencies": {},

@@ -50,0 +52,0 @@ "scripts": {

@@ -41,3 +41,3 @@ flam

cd into flam's root directory, where flam.js is located. Execute the script
cd into flam's lib directory, where flam.js is located. Execute the script
without arguments:

@@ -44,0 +44,0 @@

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