Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

iterama

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

iterama - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

concat.d.ts

69

package.json
{
"name": "iterama",
"version": "0.1.0",
"main": "build/index.js",
"module": "build/index",
"typings": "build/index.d.ts",
"files": [
"build"
],
"version": "0.1.1",
"main": "index.js",
"module": "index",
"typings": "index.d.ts",
"license": "MIT",

@@ -14,21 +11,53 @@ "author": "psxcode <psxcode@gmail.com> (https://github.com/psxcode)",

"scripts": {
"test": "mocha --opts mocha.opts",
"build": "tsc -p tsconfig.build.json"
"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": {
"@psxcode/compose": "^0.1.1",
"circularr": "^0.1.2"
"@babel/runtime": "^7.3.1",
"@psxcode/compose": "^0.1.2",
"circularr": "^0.1.5"
},
"devDependencies": {
"@types/chai": "^4.1.4",
"@types/mocha": "^5.2.5",
"@types/node": "^10.9.4",
"@types/sinon": "^5.0.2",
"chai": "^4.1.2",
"@babel/cli": "^7.2.3",
"@babel/core": "^7.3.3",
"@babel/plugin-transform-runtime": "^7.2.0",
"@babel/preset-env": "^7.3.1",
"@babel/preset-typescript": "^7.3.3",
"@babel/register": "^7.0.0",
"@psxcode/wait": "^0.1.1",
"@types/chai": "^4.1.7",
"@types/mocha": "^5.2.6",
"@types/node": "^11.9.4",
"babel-plugin-istanbul": "^5.1.0",
"babel-preset-minify": "^0.5.0",
"chai": "^4.2.0",
"eslint": "^5.14.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-typescript": "^1.0.0-0",
"mocha": "^5.2.0",
"rimraf": "^2.6.2",
"sinon": "^6.2.0",
"ts-node": "^7.0.0",
"typescript": "^3.0.3"
"nyc": "^13.3.0",
"rimraf": "^2.6.3",
"test-fn": "^0.1.3",
"typescript": "^3.3.3"
},
"nyc": {
"include": [
"src"
],
"exclude": [
"**/*.spec.ts"
],
"require": [
"./tshook.js"
],
"reporter": [
"lcov",
"text-summary"
],
"sourceMap": false,
"instrument": false
}
}
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