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

bundless

Package Overview
Dependencies
Maintainers
2
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bundless - npm Package Compare versions

Comparing version 0.0.37 to 0.0.38

4

package.json
{
"name": "bundless",
"version": "0.0.37",
"description": "Experimental bundle-free dependency server",
"version": "0.0.38",
"description": "Experimental bundle-free dependency loader",
"main": "./dist/src/index.js",

@@ -6,0 +6,0 @@ "typings": "./dist/src/index.d.ts",

// Generated by typings
// Source: https://raw.githubusercontent.com/typed-typings/npm-bluebird/b3a2c0cd5869fac056c2ce69ed5d76023b8eb472/bluebird.d.ts
declare module '~bluebird/bluebird' {
declare module 'bluebird' {
// Type definitions for Bluebird v3.x.x

@@ -702,9 +702,1 @@ // Project: http://bluebirdjs.com

}
declare module 'bluebird/bluebird' {
import main = require('~bluebird/bluebird');
export = main;
}
declare module 'bluebird' {
import main = require('~bluebird/bluebird');
export = main;
}
// Generated by typings
// Source: https://raw.githubusercontent.com/typed-typings/npm-assertion-error/105841317bd2bdd5d110bfb763e49e482a77230d/main.d.ts
declare module '~chai~assertion-error/main' {
declare module '~chai~assertion-error' {
// Type definitions for assertion-error 1.0.0

@@ -25,5 +25,2 @@ // Project: https://github.com/chaijs/assertion-error

}
declare module '~chai~assertion-error' {
export * from '~chai~assertion-error/main';
}

@@ -521,3 +518,3 @@ // Generated by typings

// Source: https://raw.githubusercontent.com/typed-typings/npm-chai/793bee097a6a644e078a033603d88ac89eb7b560/index.d.ts
declare module '~chai/index' {
declare module 'chai' {
// Type definitions for chai 3.4.0

@@ -535,9 +532,1 @@ // Project: http://chaijs.com/

}
declare module 'chai/index' {
import main = require('~chai/index');
export = main;
}
declare module 'chai' {
import main = require('~chai/index');
export = main;
}
// Generated by typings
// Source: https://raw.githubusercontent.com/typed-typings/npm-mime/c7c5810698b7eaa421702a53644a8963d372f758/mime.d.ts
declare module '~mime/mime' {
declare module 'mime' {
class Mime {

@@ -33,9 +33,1 @@ types: {

}
declare module 'mime/mime' {
import main = require('~mime/mime');
export = main;
}
declare module 'mime' {
import main = require('~mime/mime');
export = main;
}
// Generated by typings
// Source: https://raw.githubusercontent.com/louy/typed-object-assign/91dd2548172cee5dc0aa531d1b452a76044dbff2/index.d.ts
declare module '~object-assign/index' {
declare module 'object-assign' {
function assign<A extends Object>(a: A): A;

@@ -13,9 +13,1 @@ function assign<A extends Object, B>(a: A, b: B): A & B;

}
declare module 'object-assign/index' {
import main = require('~object-assign/index');
export = main;
}
declare module 'object-assign' {
import main = require('~object-assign/index');
export = main;
}
// Generated by typings
// Source: https://raw.githubusercontent.com/typed-typings/npm-semver/e98b40dcb906211d06ea8272570719777cece453/semver.d.ts
declare module '~semver/semver' {
declare module 'semver' {
/**

@@ -151,7 +151,1 @@ * Return the parsed version, or null if it's not valid.

}
declare module 'semver/semver' {
export * from '~semver/semver';
}
declare module 'semver' {
export * from '~semver/semver';
}
// Generated by typings
// Source: https://raw.githubusercontent.com/typed-typings/npm-sinon/e18b1896080e7ae16c16a2725ed5e43d2f2fea65/lib/sinon.d.ts
declare module '~sinon/lib/sinon' {
declare module 'sinon' {
// Type definitions for Sinon 1.16.0

@@ -439,9 +439,1 @@ // Project: http://sinonjs.org/

}
declare module 'sinon/lib/sinon' {
import main = require('~sinon/lib/sinon');
export = main;
}
declare module 'sinon' {
import main = require('~sinon/lib/sinon');
export = main;
}

Sorry, the diff of this file is too big to display

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