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.6.3 to 1.6.4

15

package.json
{
"name": "@most/prelude",
"version": "1.6.3",
"version": "1.6.4",
"description": "prelude",

@@ -19,3 +19,3 @@ "main": "dist/index.js",

"test": "npm run test:lint && npm run test:unit && npm run test:flow",
"test:lint": "eslint src test",
"test:lint": "standard --fix 'src/**/*.js' 'test/**/*.js' --verbose | snazzy",
"test:unit": "nyc --reporter=text-summary mocha -r buba/register --reporter dot",

@@ -35,3 +35,2 @@ "test:flow": "flow check"

"devDependencies": {
"@most/eslint-config-most": "^1.0.3",
"babel-preset-power-assert": "^1.0.0",

@@ -44,4 +43,12 @@ "buba": "^4.0.2",

"rollup": "^0.43.0",
"rollup-plugin-buble": "^0.15.0"
"rollup-plugin-buble": "^0.15.0",
"snazzy": "^7.0.0",
"standard": "^10.0.3"
},
"standard": {
"ignore": [
"test/perf",
"test/flow"
]
}
}
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