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

@most/prelude

Package Overview
Dependencies
Maintainers
4
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@most/prelude - npm Package Compare versions

Comparing version 1.5.2 to 1.6.0

dist/index.es.js.flow

18

package.json
{
"name": "@most/prelude",
"version": "1.5.2",
"version": "1.6.0",
"description": "prelude",

@@ -14,8 +14,10 @@ "main": "dist/index.js",

"scripts": {
"build": "rollup -c",
"build": "npm run build:dist && npm run build:flow",
"build:dist": "rollup -c",
"build:flow": "cpy src/index.js.flow dist && cpy src/index.js.flow dist --rename=index.es.js.flow",
"prepublish": "npm run build",
"preversion": "npm run build",
"unit-test": "istanbul cover _mocha -- -r buba/register",
"lint": "jsinspect src && jsinspect -t 45 test && eslint src test",
"test": "npm run lint && npm run unit-test"
"test": "npm run test:lint && npm run test:unit && npm run test:flow",
"test:lint": "jsinspect src && jsinspect -t 45 test && eslint src test",
"test:unit": "nyc mocha -r buba/register",
"test:flow": "flow check"
},

@@ -36,2 +38,3 @@ "repository": {

"buba": "^2.0.1",
"cpy-cli": "^1.0.1",
"eslint": "^3.2.2",

@@ -41,5 +44,6 @@ "eslint-config-standard": "^5.3.5",

"eslint-plugin-standard": "^2.0.0",
"istanbul": "^1.1.0-alpha.1",
"flow-bin": "^0.43.1",
"jsinspect": "^0.8.0",
"mocha": "^3.0.2",
"nyc": "^10.2.0",
"power-assert": "^1.4.1",

@@ -46,0 +50,0 @@ "rollup": "^0.34.7",

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