Socket
Socket
Sign inDemoInstall

circularr

Package Overview
Dependencies
1
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

58

package.json
{
"name": "circularr",
"version": "0.1.2",
"version": "0.1.3",
"description": "Circular fixed size array",

@@ -24,33 +24,40 @@ "keywords": [

"scripts": {
"build": "yarn clean && yarn tsc -p tsconfig.build.json",
"clean": "rimraf dist",
"test": "nyc yarn mocha --opts mocha.opts",
"test:watch": "yarn mocha --opts mocha.opts --watch"
"test": "NODE_ENV=test nyc mocha 'test/*.spec.ts'",
"build": "rimraf build && yarn build:js && yarn build:dts",
"copy": "cp ./{package.json,readme.md,LICENSE} ./build",
"build:dts": "tsc --emitDeclarationOnly -p tsconfig.build.json",
"build:js": "NODE_ENV=production babel src --out-dir build --extensions '.ts,.js' --source-maps 'inline'"
},
"dependencies": {},
"dependencies": {
"@babel/runtime": "^7.3.1"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.2.2",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.2.3",
"@babel/preset-typescript": "^7.1.0",
"@babel/register": "^7.0.0",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.5",
"@types/node": "^10.5.2",
"@types/sinon": "^5.0.1",
"chai": "^4.1.2",
"esm": "^3.0.72",
"@types/node": "^10.12.24",
"babel-plugin-istanbul": "^5.1.0",
"babel-preset-minify": "^0.5.0",
"chai": "^4.2.0",
"eslint": "^5.11.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-typescript": "^1.0.0-0",
"esm": "^3.2.4",
"mocha": "^5.2.0",
"nyc": "^12.0.2",
"rimraf": "^2.6.2",
"sinon": "^6.1.4",
"source-map-support": "^0.5.6",
"ts-node": "^7.0.0",
"typescript": "^2.9.2"
"nyc": "^13.2.0",
"rimraf": "^2.6.3",
"typescript": "^3.3.3"
},
"nyc": {
"extension": [
".ts"
],
"include": [
"src/*.ts"
"src"
],
"exclude": [
"**/*.d.ts",
"**/*.spec.ts"
"require": [
"./tshook.js",
"esm"
],

@@ -61,4 +68,5 @@ "reporter": [

],
"all": true
"sourceMap": false,
"instrument": false
}
}
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