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

@travi/any

Package Overview
Dependencies
Maintainers
1
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@travi/any - npm Package Compare versions

Comparing version 2.1.2 to 2.1.3

lib/any.js

27

package.json
{
"name": "@travi/any",
"version": "2.1.2",
"version": "2.1.3",
"description": "random data generator for when test data is insignificant",
"main": "lib/any.cjs.js",
"module": "lib/any.es.js",
"main": "lib/any.js",
"module": "lib/any.mjs",
"types": "./index.d.ts",
"exports": {
"types": "./index.d.ts",
"import": "./lib/any.es.js",
"require": "./lib/any.cjs.js"
"import": "./lib/any.js",
"require": "./lib/any.mjs"
},

@@ -53,2 +53,7 @@ "scripts": {

"url": "https://ztoben.com/"
},
{
"name": "Justin Waite",
"email": "justindwaite@gmail.com",
"url": "https://github.com/justinwaite"
}

@@ -71,7 +76,7 @@ ],

"@babel/register": "7.17.7",
"@travi/babel-preset": "3.0.87",
"@travi/eslint-config": "3.0.2",
"@travi/babel-preset": "3.0.88",
"@travi/eslint-config": "3.0.3",
"@travi/eslint-config-mocha": "1.0.18",
"chai": "4.3.6",
"commitlint-config-travi": "1.4.15",
"commitlint-config-travi": "1.4.16",
"coveralls": "3.1.1",

@@ -88,11 +93,11 @@ "cz-conventional-changelog": "3.3.0",

"referee-sinon": "1.0.3",
"remark-cli": "10.0.1",
"remark-cli": "11.0.0",
"remark-preset-lint-travi": "4.0.0",
"remark-toc": "8.0.1",
"rimraf": "3.0.2",
"rollup": "2.75.6",
"rollup": "2.75.7",
"rollup-plugin-auto-external": "2.0.0",
"rollup-plugin-babel": "4.4.0",
"sinon": "14.0.0",
"tsd": "0.20.0"
"tsd": "0.21.0"
},

@@ -99,0 +104,0 @@ "config": {

@@ -17,5 +17,5 @@ /* eslint import/no-extraneous-dependencies: ["error", {"devDependencies": true}] */

output: [
{file: 'lib/any.cjs.js', format: 'cjs', sourcemap: true},
{file: 'lib/any.es.js', format: 'es', sourcemap: true}
{file: 'lib/any.js', format: 'cjs', sourcemap: true},
{file: 'lib/any.mjs', format: 'es', sourcemap: true}
]
};
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