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

cborg

Package Overview
Dependencies
Maintainers
1
Versions
79
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cborg - npm Package Compare versions

Comparing version 1.9.1 to 1.9.2

cjs/browser-test/noop-bin-test.js

1

cjs/browser-test/node-test-bin.js

@@ -9,3 +9,2 @@ 'use strict';

var url = require('url');
require('../lib/bin.js');

@@ -12,0 +11,0 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }

@@ -9,3 +9,2 @@ 'use strict';

var url = require('url');
require('../lib/bin.js');

@@ -12,0 +11,0 @@ function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }

@@ -7,3 +7,2 @@ import chai from 'chai';

import { fileURLToPath } from 'url';
import bin from '../lib/bin.js';
const {assert} = chai;

@@ -10,0 +9,0 @@ const fixture1JsonString = '{"a":1,"b":[2,3],"smile":"\uD83D\uDE00"}';

@@ -7,3 +7,2 @@ import chai from 'chai';

import { fileURLToPath } from 'url';
import bin from '../lib/bin.js';
const {assert} = chai;

@@ -10,0 +9,0 @@ const fixture1JsonString = '{"a":1,"b":[2,3],"smile":"\uD83D\uDE00"}';

{
"name": "cborg",
"version": "1.9.1",
"version": "1.9.2",
"description": "Fast CBOR with a focus on strictness",

@@ -39,4 +39,4 @@ "main": "./cjs/cborg.js",

"ipld-garbage": "^4.0.10",
"mocha": "^9.1.3",
"polendina": "~2.0.1",
"mocha": "^10.0.0",
"polendina": "~3.1.0",
"standard": "^17.0.0",

@@ -43,0 +43,0 @@ "typescript": "~4.6.2"

@@ -9,4 +9,2 @@ /* eslint-env mocha */

import { fileURLToPath } from 'url'
// included here for ipjs compile tree
import bin from '../lib/bin.js' // eslint-disable-line

@@ -13,0 +11,0 @@ const { assert } = chai

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