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

unassertify

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

unassertify - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

index.js

8

CHANGELOG.md

@@ -0,1 +1,9 @@

### [3.0.1](https://github.com/unassert-js/unassertify/releases/tag/v3.0.1) (2022-08-07)
#### Bug Fixes
* put `.cjs` back to `.js` since browserify ecosystem doesn't yet understand `.cjs` ([5419034a](https://github.com/unassert-js/unassertify/commit/5419034a982b6775b7403740f8bb3577d59ce413))
## [3.0.0](https://github.com/unassert-js/unassertify/releases/tag/v3.0.0) (2022-08-07)

@@ -2,0 +10,0 @@

10

package.json
{
"name": "unassertify",
"description": "Browserify transform for unassert: Encourages programming with assertions by providing tools to compile them away",
"version": "3.0.0",
"version": "3.0.1",
"author": {

@@ -40,3 +40,3 @@ "name": "Takuto Wada",

"LICENSE",
"index.cjs",
"index.js",
"package.json"

@@ -54,3 +54,3 @@ ],

"license": "MIT",
"main": "index.cjs",
"main": "index.js",
"repository": {

@@ -61,4 +61,4 @@ "type": "git",

"scripts": {
"fmt": "semistandard --fix index.cjs 'test/*.cjs'",
"lint": "semistandard --verbose index.cjs 'test/*.cjs' | snazzy",
"fmt": "semistandard --fix index.js 'test/*.js'",
"lint": "semistandard --verbose index.js 'test/*.js' | snazzy",
"test": "npm run lint && mocha --require intelli-espower-loader"

@@ -65,0 +65,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