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

@sbp/sbp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sbp/sbp - npm Package Compare versions

Comparing version 2.0.0 to 2.1.0

.travis.yml

4

HISTORY.md
# History
#### 2.1.0
- Remembered to build 2.0.0 this time and added some tests
#### 2.0.0

@@ -4,0 +8,0 @@

11

package.json
{
"name": "@sbp/sbp",
"version": "2.0.0",
"version": "2.1.0",
"description": "Selector Basic Programming: JavaScript Edition",

@@ -13,3 +13,3 @@ "main": "dist/main.cjs",

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "mocha --require @babel/register -R spec *.test.js",
"build": "babel index.js -o dist/main.cjs && flow-remove-types -p -o dist/module.mjs index.js",

@@ -45,7 +45,12 @@ "flow": "flow",

"@babel/preset-flow": "7.16.7",
"@babel/register": "7.17.0",
"eslint-config-standard": "17.0.0-0",
"eslint-plugin-flowtype": "8.0.3",
"flow-bin": "0.170.0",
"flow-remove-types": "2.171.0"
"flow-remove-types": "2.171.0",
"mocha": "9.2.0",
"should": "13.2.3",
"should-sinon": "0.0.6",
"sinon": "13.0.1"
}
}

@@ -219,2 +219,2 @@ # SBP: A Programming Paradigm for Building Secure Software and Operating Systems

[MIT.](LICENSE.txt).
[MIT](LICENSE.txt).

Sorry, the diff of this file is not supported yet

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