Socket
Socket
Sign inDemoInstall

circularr

Package Overview
Dependencies
0
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

4

build/index.js

@@ -0,1 +1,3 @@

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
class Circularr {

@@ -41,2 +43,2 @@ constructor(length) {

}
export default Circularr;
exports.default = Circularr;
{
"name": "circularr",
"version": "0.1.1",
"version": "0.1.2",
"description": "Circular fixed size array",

@@ -24,3 +24,3 @@ "keywords": [

"scripts": {
"build": "yarn clean && yarn tsc",
"build": "yarn clean && yarn tsc -p tsconfig.build.json",
"clean": "rimraf dist",

@@ -27,0 +27,0 @@ "test": "nyc yarn mocha --opts mocha.opts",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc