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

linky

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

linky - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

5

package.json
{
"name": "linky",
"description": "Easily retrieve your Linky power consumption",
"version": "1.0.1",
"version": "1.0.2",
"author": "bokub",

@@ -58,3 +58,4 @@ "bugs": "https://github.com/bokub/linky/issues",

"pkg": "rm -fr ./pkg && pkg . --out-path pkg -t node12-linux-x64,node12-macos-x64,node12-win-x64",
"prettier": "prettier --write **/*.{ts,md,json,yml,html}"
"prettier": "prettier --write **/*.{ts,md,json,yml,html}",
"deploy": "vercel --prod && vercel"
},

@@ -61,0 +62,0 @@ "prettier": "@bokub/prettier-config",

4

README.md

@@ -82,3 +82,3 @@ # Linky

# Depuis un projet Node.js
npm i @bokub/linky
npm i linky
```

@@ -89,3 +89,3 @@

```js
const linky = require('@bokub/linky');
const linky = require('linky');

@@ -92,0 +92,0 @@ // Créez une session

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