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

@yume-chan/no-data-view

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yume-chan/no-data-view - npm Package Compare versions

Comparing version 0.0.24 to 1.0.0

10

CHANGELOG.md
# Change Log - @yume-chan/no-data-view
## 1.0.1
### Patch Changes
- 53688d3: Use PNPM workspace and Changesets to manage the monorepo.
Because Changesets doesn't support alpha versions (`0.x.x`), this version is `1.0.0`. Future versions will follow SemVer rules, for example, breaking API changes will introduce a new major version.
This log was last generated on Tue, 18 Jun 2024 02:49:43 GMT and should not be manually modified.
## 0.0.24
Tue, 18 Jun 2024 02:49:43 GMT

@@ -11,2 +20,1 @@

- Create package

21

package.json
{
"name": "@yume-chan/no-data-view",
"version": "0.0.24",
"version": "1.0.0",
"description": "Plain methods to avoid creating `DataView`s",

@@ -24,13 +24,11 @@ "keywords": [],

"types": "esm/index.d.ts",
"sideEffects": false,
"devDependencies": {
"@jest/globals": "^30.0.0-alpha.4",
"@types/node": "^20.14.2",
"@types/node": "^22.10.0",
"prettier": "^3.4.1",
"tinybench": "^3.0.6",
"typescript": "^5.7.2",
"@yume-chan/eslint-config": "^1.0.0",
"@yume-chan/tsconfig": "^1.0.0",
"cross-env": "^7.0.3",
"jest": "^30.0.0-alpha.4",
"prettier": "^3.3.2",
"tinybench": "^2.8.0",
"ts-jest": "^29.1.4",
"typescript": "^5.4.5"
"@yume-chan/test-runner": "^1.0.0"
},

@@ -40,6 +38,5 @@ "scripts": {

"build": "tsc -b tsconfig.build.json",
"build:watch": "tsc -b tsconfig.build.json",
"test": "cross-env NODE_OPTIONS=\"--experimental-vm-modules --no-warnings\" TS_JEST_DISABLE_VER_CHECKER=true jest --coverage",
"lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4"
"lint": "run-eslint && prettier src/**/*.ts --write --tab-width 4",
"test": "run-test"
}
}

@@ -0,0 +0,0 @@ # @yume-chan/no-data-view

@@ -0,0 +0,0 @@ export * from "./int16.js";

@@ -0,0 +0,0 @@ export function getInt16LittleEndian(

@@ -0,0 +0,0 @@ export function getInt32LittleEndian(

@@ -0,0 +0,0 @@ export function getInt64LittleEndian(

export function getInt8(buffer: Uint8Array, offset: number): number {
return (buffer[offset]! << 24) >> 24;
}

@@ -0,0 +0,0 @@ export function getUint16LittleEndian(

@@ -0,0 +0,0 @@ export function getUint32LittleEndian(

@@ -0,0 +0,0 @@ export function getUint64LittleEndian(

{
"extends": "./node_modules/@yume-chan/tsconfig/tsconfig.base.json"
}

Sorry, the diff of this file is not supported yet

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