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

ist

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

ist - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

build.js

4

ist.js

@@ -22,3 +22,3 @@ var opNames = [

var ist = module.exports = function ist(a, b, compare) {
function ist(a, b, compare) {
if (arguments.length == 1) {

@@ -73,2 +73,2 @@ if (!a) throw new ist.Failure("!" + a, "ist")

ist.default = ist // Work around ES module bundler issues
export default ist
{
"name": "ist",
"version": "1.1.2",
"version": "1.1.3",
"description": "Mini assertion library",
"main": "ist.js",
"main": "ist.cjs.js",
"module": "ist.js",
"license": "MIT",

@@ -17,3 +18,9 @@ "maintainers": [

"url": "git://github.com/marijnh/ist.git"
},
"dependencies": {
"tariff": "^0.1.0"
},
"scripts": {
"prepare": "node build.js > ist.cjs.js"
}
}
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