New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

assert-op

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assert-op - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

2

CHANGELOG.md

@@ -11,4 +11,4 @@ <!-- markdownlint-disable MD012 MD022 MD024 MD026 MD032 MD041 -->

## [0.0.1] - 2017-08-26
## [0.1.0] - 2017-08-26
### Added
- First publish
/* hugov@runbox.com | https://github.com/hville/cotest.git | license:MIT */
var cotest = (function () {
var assertOp = (function () {
'use strict';

@@ -4,0 +4,0 @@

{
"name": "assert-op",
"version": "0.0.1",
"version": "0.1.0",
"description": "assertions using comparison operators",

@@ -20,3 +20,3 @@ "keywords": ["unit test", "test", "assert"],

"build:main": "rollup -o ./dist/index.js -f cjs --banner \"/* hugov@runbox.com | https://github.com/hville/cotest.git | license:MIT */\" ./module.js",
"build:browser": "rollup -o ./dist/browser.js -f iife -n assert-op --banner \"/* hugov@runbox.com | https://github.com/hville/cotest.git | license:MIT */\" ./module.js",
"build:browser": "rollup -o ./dist/browser.js -f iife -n assertOp --banner \"/* hugov@runbox.com | https://github.com/hville/cotest.git | license:MIT */\" ./module.js",
"test": "npm run build & node ./tst/assert",

@@ -23,0 +23,0 @@ "prepublishOnly": "npm test"

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