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

should-format

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

should-format - npm Package Compare versions

Comparing version 0.3.2 to 1.0.0

cjs/should-format.js

25

package.json
{
"name": "should-format",
"version": "0.3.2",
"version": "1.0.0",
"description": "Formatting of objects for should.js",
"main": "index.js",
"main": "cjs/should-format.js",
"jsnext:main": "es6/should-format.js",
"repository": {

@@ -11,4 +12,9 @@ "type": "git",

"scripts": {
"test": "mocha -R mocha-better-spec-reporter tests/test.js",
"browserify": "rm tests/browser/tests.js && browserify tests/test.js >> tests/browser/tests.js"
"test": "mocha --harmony_simd -R mocha-better-spec-reporter tests/test.js",
"browserify": "rm tests/browser/tests.js && browserify tests/test.js >> tests/browser/tests.js",
"cjs": "rollup --format=cjs --output=cjs/should-format.js index.js",
"es6": "rollup --format=es6 --output=es6/should-format.js index.js",
"build": "npm run cjs && npm run es6",
"prepublish": "npm run build",
"pretest": "npm run build"
},

@@ -24,7 +30,14 @@ "keywords": [

"mocha": "latest",
"mocha-better-spec-reporter": "latest"
"mocha-better-spec-reporter": "latest",
"rollup": "^0.26.3"
},
"files": [
"cjs/*",
"es6/*",
"README.md",
"LICENSE"
],
"dependencies": {
"should-type": "0.2.0"
"should-type": "^1.0.0"
}
}
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