Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fp455

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fp455 - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

dist/bin.js

6

bsconfig.json

@@ -10,7 +10,3 @@ // This is the configuration file used by BuckleScript's build system bsb. Its documentation lives here: http://bucklescript.github.io/bucklescript/docson/#build-schema.json

},
"package-specs": {
"module": "commonjs",
"in-source": true
},
"suffix": ".bs.js",
"package-specs": ["es6"],
"bs-dependencies": [

@@ -17,0 +13,0 @@ // add your dependencies here. You'd usually install them normally through `npm install my-dependency`. If my-dependency has a bsconfig.json too, then everything will work seamlessly.

{
"name": "fp455",
"version": "0.1.0",
"version": "0.1.1",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world"
"build": "rollup -c && NODE_ENV=bin rollup -c",
"start": "rollup -c -w",
"clean": "bsb -clean-world",
"prepublish": "npm run build"
},
"bin": "dist/bin.js",
"main": "dist/core.js",
"source": "src/Fp455.re",
"keywords": [

@@ -18,5 +22,6 @@ "Huami",

"license": "MIT",
"bin": "bin/fp455.js",
"devDependencies": {
"bs-platform": "^3.1.5"
"bs-platform": "^3.1.5",
"rollup": "^0.60.1",
"rollup-plugin-bucklescript": "^0.6.1"
},

@@ -23,0 +28,0 @@ "dependencies": {

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