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

@getlang/utils

Package Overview
Dependencies
Maintainers
0
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getlang/utils - npm Package Compare versions

Comparing version 0.0.14 to 0.0.15

4

dist/index.d.ts
export * from './wait.js';
export * from './errors.js';
export * from './hooks.js';
export declare class NullSelection {
selector: string;
constructor(selector: string);
}
export * from './wait.js';
export * from './errors.js';
export * from './hooks.js';
export class NullSelection {
selector;
constructor(selector) {
this.selector = selector;
}
}
//# sourceMappingURL=index.js.map
export * from './wait.js'
export * from './errors.js'
export * from './hooks.js'
export class NullSelection {
constructor(public selector: string) {}
}

2

package.json
{
"name": "@getlang/utils",
"version": "0.0.14",
"version": "0.0.15",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet

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