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

@getlang/utils

Package Overview
Dependencies
Maintainers
0
Versions
6
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.1.0 to 0.1.1

6

CHANGELOG.md
# @getlang/utils
## 0.1.1
### Patch Changes
- [#14](https://github.com/getlang-dev/get/pull/14) [`58e9988`](https://github.com/getlang-dev/get/commit/58e99887e39956ee1e3eaf669cb92fbfa188a022) Thanks [@mattfysh](https://github.com/mattfysh)! - add contextual identifier to slices reference converted or raw context
## 0.1.0

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

1

dist/errors.d.ts

@@ -23,3 +23,2 @@ export declare abstract class RuntimeError extends Error {

name: string;
constructor(options?: ErrorOptions);
}

@@ -26,0 +25,0 @@ export declare class ConversionError extends RuntimeError {

@@ -29,5 +29,2 @@ export class RuntimeError extends Error {

name = 'SliceSyntaxError';
constructor(options) {
super('Could not parse slice', options);
}
}

@@ -34,0 +31,0 @@ export class ConversionError extends RuntimeError {

@@ -37,6 +37,2 @@ export abstract class RuntimeError extends Error {}

public override name = 'SliceSyntaxError'
constructor(options?: ErrorOptions) {
super('Could not parse slice', options)
}
}

@@ -43,0 +39,0 @@

{
"name": "@getlang/utils",
"version": "0.1.0",
"version": "0.1.1",
"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