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

hapkit

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

hapkit - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

Source/Accessories/Bridge.js

21

package.json
{
"name": "hapkit",
"version": "0.0.1",
"version": "0.0.2",
"description": "An Apple HomeKit Accessory Protocol kit and server for easily wrapping your accessories in NodeJS for both Type- and JavaScript. 📡🏚",
"main": "source/HapKit.js",
"scripts": {
"start": "tsc source/HapKit.ts --declaration --declarationMap --sourceMap --module CommonJS --watch",
"compile": "tsc source/HapKit.ts --declaration --declarationMap --sourceMap --module CommonJS",
"start": "tsc --watch",
"compile": "tsc",
"prepublish": "npm run compile",
"test": "npm run test-typescript",
"test-typescript": "npm run compile && npm run test-compile && node test/TypeScript.js",
"test-compile": "tsc test/TypeScript.ts --module CommonJS"
"test-typescript": "npm run compile && node test/Test.js"
},

@@ -18,15 +17,5 @@ "repository": {

},
"keywords": [
"strcss",
"css",
"inline",
"react",
"component"
],
"author": "Jeffrey Lanters",
"license": "ISC",
"bugs": {
"url": "https://github.com/jeffreylanters/strcss/issues"
},
"homepage": "https://github.com/jeffreylanters/strcss#readme"
}
}
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