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

pibrary

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pibrary - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

4

lib/pibrary.js

@@ -12,2 +12,6 @@ "use strict";

pibrary.digitAt = function () {
return 3;
};
exports.default = pibrary;

2

package.json
{
"name": "pibrary",
"version": "0.0.1",
"version": "0.0.2",
"description": "everything pi",

@@ -5,0 +5,0 @@ "main": "lib/pibrary.js",

# pibrary
JS library for all things π
This will be awesome by the time pi day rolls around!
## Build Status
[ ![Codeship Status for jhuleatt/pibrary](https://codeship.com/projects/9b250800-ba37-0133-31da-665d9895e075/status?branch=master)](https://codeship.com/projects/135641)

@@ -7,2 +7,6 @@ const pibrary = {};

pibrary.digitAt = function () {
return 3;
};
export default pibrary;
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