data-view-buffer
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -8,9 +8,25 @@ # Changelog | ||
## [v1.0.1](https://github.com/ljharb/data-view-buffer/compare/v1.0.0...v1.0.1) - 2024-02-06 | ||
## [v1.0.2](https://github.com/inspect-js/data-view-buffer/compare/v1.0.1...v1.0.2) - 2024-12-19 | ||
### Commits | ||
- [Refactor] use `es-errors`, so things that only need those do not need `get-intrinsic` [`675f588`](https://github.com/ljharb/data-view-buffer/commit/675f588236e489268de9f7a0adf33ef8295a3c71) | ||
- [Deps] update `call-bind`, `get-intrinsic` [`e6eb209`](https://github.com/ljharb/data-view-buffer/commit/e6eb209578556ade150f0c3945cdeec9ffc582e2) | ||
- [actions] split out node 10-20, and 20+ [`f99dc3f`](https://github.com/inspect-js/data-view-buffer/commit/f99dc3f4c0edc7ffa3cc96302b1c0c96663d0a48) | ||
- [types] use shared tsconfig [`9ad8630`](https://github.com/inspect-js/data-view-buffer/commit/9ad86303de5ccef0daf248177b50f33316d1b3d5) | ||
- [readme] update URLs [`d3c66fb`](https://github.com/inspect-js/data-view-buffer/commit/d3c66fb4426b8d57834dea4842a06ef4ad7c4695) | ||
- [Dev Deps] update `@ljharb/eslint-config`, `@ljharb/tsconfig`, `@types/object-inspect`, `@types/tape`, `auto-changelog`, `es-value-fixtures`, `object-inspect`, `tape` [`7dda732`](https://github.com/inspect-js/data-view-buffer/commit/7dda732235b65fe23608ac8a0a55207c53236a20) | ||
- [Refactor] use `call-bound` directly [`5e124f9`](https://github.com/inspect-js/data-view-buffer/commit/5e124f92ef654f32c67d9eb12d19ecf1b42d8e6f) | ||
- [Deps] update `call-bind`, `is-data-view` [`73fb1a4`](https://github.com/inspect-js/data-view-buffer/commit/73fb1a47dba2f1be13101770fc5dcae8e79a67fa) | ||
- [Tests] replace `aud` with `npm audit` [`64563a3`](https://github.com/inspect-js/data-view-buffer/commit/64563a3cb83ee6ddc969de8fadf9379300933187) | ||
- [Dev Deps] update `@ljharb/tsconfig` [`b842ce8`](https://github.com/inspect-js/data-view-buffer/commit/b842ce8adf17cf59158a3906a092d1dc5e6c10f9) | ||
- [Deps] update `call-bind` [`bc89873`](https://github.com/inspect-js/data-view-buffer/commit/bc89873b8b4d657284a731f53cec9e69fe35057d) | ||
- [Dev Deps] update `tape` [`b6ed8cb`](https://github.com/inspect-js/data-view-buffer/commit/b6ed8cb5804237d6f4e6bb2e3c1418c7ac3acc9b) | ||
- [Dev Deps] add missing peer dep [`ba96a94`](https://github.com/inspect-js/data-view-buffer/commit/ba96a94c8d1afda58f302a4fc294a2633462b18a) | ||
## [v1.0.1](https://github.com/inspect-js/data-view-buffer/compare/v1.0.0...v1.0.1) - 2024-02-06 | ||
### Commits | ||
- [Refactor] use `es-errors`, so things that only need those do not need `get-intrinsic` [`675f588`](https://github.com/inspect-js/data-view-buffer/commit/675f588236e489268de9f7a0adf33ef8295a3c71) | ||
- [Deps] update `call-bind`, `get-intrinsic` [`e6eb209`](https://github.com/inspect-js/data-view-buffer/commit/e6eb209578556ade150f0c3945cdeec9ffc582e2) | ||
## v1.0.0 - 2024-02-02 | ||
@@ -20,5 +36,5 @@ | ||
- Initial implementation, tests, readme, types [`2e1382b`](https://github.com/ljharb/data-view-buffer/commit/2e1382b26a98acc6f2ade4a061e1cd829e3043b8) | ||
- Initial commit [`1eb7dc4`](https://github.com/ljharb/data-view-buffer/commit/1eb7dc4a0369d8320406bd7f9366c7887888790e) | ||
- npm init [`d9e3d47`](https://github.com/ljharb/data-view-buffer/commit/d9e3d4707b54bf77de30565ea5c6c0fcdf4a0ecc) | ||
- Only apps should have lockfiles [`116b60b`](https://github.com/ljharb/data-view-buffer/commit/116b60b9054de3331cd3c1599280466405c0d128) | ||
- Initial implementation, tests, readme, types [`2e1382b`](https://github.com/inspect-js/data-view-buffer/commit/2e1382b26a98acc6f2ade4a061e1cd829e3043b8) | ||
- Initial commit [`1eb7dc4`](https://github.com/inspect-js/data-view-buffer/commit/1eb7dc4a0369d8320406bd7f9366c7887888790e) | ||
- npm init [`d9e3d47`](https://github.com/inspect-js/data-view-buffer/commit/d9e3d4707b54bf77de30565ea5c6c0fcdf4a0ecc) | ||
- Only apps should have lockfiles [`116b60b`](https://github.com/inspect-js/data-view-buffer/commit/116b60b9054de3331cd3c1599280466405c0d128) |
@@ -5,3 +5,3 @@ 'use strict'; | ||
var callBound = require('call-bind/callBound'); | ||
var callBound = require('call-bound'); | ||
@@ -8,0 +8,0 @@ var $dataViewBuffer = callBound('DataView.prototype.buffer', true); |
{ | ||
"name": "data-view-buffer", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Get the ArrayBuffer out of a DataView, robustly.", | ||
@@ -22,3 +22,3 @@ "main": "index.js", | ||
"test": "npm run tests-only", | ||
"posttest": "aud --production", | ||
"posttest": "npx npm@'>= 10.2' audit --production", | ||
"version": "auto-changelog && git add CHANGELOG.md", | ||
@@ -32,3 +32,3 @@ "postversion": "auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f \"v$(node -e \"console.log(require('./package.json').version)\")\"" | ||
"type": "git", | ||
"url": "git+https://github.com/ljharb/data-view-buffer.git" | ||
"url": "git+https://github.com/inspect-js/data-view-buffer.git" | ||
}, | ||
@@ -45,20 +45,20 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/ljharb/data-view-buffer/issues" | ||
"url": "https://github.com/inspect-js/data-view-buffer/issues" | ||
}, | ||
"homepage": "https://github.com/ljharb/data-view-buffer#readme", | ||
"homepage": "https://github.com/inspect-js/data-view-buffer#readme", | ||
"dependencies": { | ||
"call-bind": "^1.0.6", | ||
"call-bound": "^1.0.3", | ||
"es-errors": "^1.3.0", | ||
"is-data-view": "^1.0.1" | ||
"is-data-view": "^1.0.2" | ||
}, | ||
"devDependencies": { | ||
"@ljharb/eslint-config": "^21.1.0", | ||
"@types/call-bind": "^1.0.5", | ||
"@ljharb/eslint-config": "^21.1.1", | ||
"@ljharb/tsconfig": "^0.2.2", | ||
"@types/es-value-fixtures": "^1.4.4", | ||
"@types/for-each": "^0.3.3", | ||
"@types/object-inspect": "^1.8.4", | ||
"@types/tape": "^5.6.4", | ||
"aud": "^2.0.4", | ||
"auto-changelog": "^2.4.0", | ||
"es-value-fixtures": "^1.4.2", | ||
"@types/object-inspect": "^1.13.0", | ||
"@types/tape": "^5.8.0", | ||
"auto-changelog": "^2.5.0", | ||
"encoding": "^0.1.13", | ||
"es-value-fixtures": "^1.5.0", | ||
"eslint": "=8.8.0", | ||
@@ -70,5 +70,5 @@ "evalmd": "^0.0.19", | ||
"nyc": "^10.3.2", | ||
"object-inspect": "^1.13.1", | ||
"object-inspect": "^1.13.3", | ||
"safe-publish-latest": "^2.0.0", | ||
"tape": "^5.7.4", | ||
"tape": "^5.9.0", | ||
"typescript": "next" | ||
@@ -75,0 +75,0 @@ }, |
@@ -30,7 +30,7 @@ # data-view-buffer <sup>[![Version Badge][npm-version-svg]][package-url]</sup> | ||
[package-url]: https://npmjs.org/package/data-view-buffer | ||
[npm-version-svg]: https://versionbadg.es/ljharb/data-view-buffer.svg | ||
[deps-svg]: https://david-dm.org/ljharb/data-view-buffer.svg | ||
[deps-url]: https://david-dm.org/ljharb/data-view-buffer | ||
[dev-deps-svg]: https://david-dm.org/ljharb/data-view-buffer/dev-status.svg | ||
[dev-deps-url]: https://david-dm.org/ljharb/data-view-buffer#info=devDependencies | ||
[npm-version-svg]: https://versionbadg.es/inspect-js/data-view-buffer.svg | ||
[deps-svg]: https://david-dm.org/inspect-js/data-view-buffer.svg | ||
[deps-url]: https://david-dm.org/inspect-js/data-view-buffer | ||
[dev-deps-svg]: https://david-dm.org/inspect-js/data-view-buffer/dev-status.svg | ||
[dev-deps-url]: https://david-dm.org/inspect-js/data-view-buffer#info=devDependencies | ||
[npm-badge-png]: https://nodei.co/npm/data-view-buffer.png?downloads=true&stars=true | ||
@@ -41,5 +41,5 @@ [license-image]: https://img.shields.io/npm/l/data-view-buffer.svg | ||
[downloads-url]: https://npm-stat.com/charts.html?package=data-view-buffer | ||
[codecov-image]: https://codecov.io/gh/ljharb/data-view-buffer/branch/main/graphs/badge.svg | ||
[codecov-url]: https://app.codecov.io/gh/ljharb/data-view-buffer/ | ||
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/ljharb/data-view-buffer | ||
[actions-url]: https://github.com/ljharb/data-view-buffer/actions | ||
[codecov-image]: https://codecov.io/gh/inspect-js/data-view-buffer/branch/main/graphs/badge.svg | ||
[codecov-url]: https://app.codecov.io/gh/inspect-js/data-view-buffer/ | ||
[actions-image]: https://img.shields.io/endpoint?url=https://github-actions-badge-u3jn4tfpocch.runkit.sh/inspect-js/data-view-buffer | ||
[actions-url]: https://github.com/inspect-js/data-view-buffer/actions |
{ | ||
"extends": "@ljharb/tsconfig", | ||
"compilerOptions": { | ||
/* Visit https://aka.ms/tsconfig.json to read more about this file */ | ||
/* Projects */ | ||
/* Language and Environment */ | ||
"target": "es2022", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ | ||
// "lib": [], /* Specify a set of bundled library declaration files that describe the target runtime environment. */ | ||
// "noLib": true, /* Disable including any library files, including the default lib.d.ts. */ | ||
"useDefineForClassFields": true, /* Emit ECMAScript-standard-compliant class fields. */ | ||
// "moduleDetection": "auto", /* Control what method is used to detect module-format JS files. */ | ||
/* Modules */ | ||
"module": "commonjs", /* Specify what module code is generated. */ | ||
// "rootDir": "./", /* Specify the root folder within your source files. */ | ||
// "moduleResolution": "node", /* Specify how TypeScript looks up a file from a given module specifier. */ | ||
// "baseUrl": "./", /* Specify the base directory to resolve non-relative module names. */ | ||
// "paths": {}, /* Specify a set of entries that re-map imports to additional lookup locations. */ | ||
// "rootDirs": [], /* Allow multiple folders to be treated as one when resolving modules. */ | ||
// "typeRoots": ["types"], /* Specify multiple folders that act like `./node_modules/@types`. */ | ||
"resolveJsonModule": true, /* Enable importing .json files. */ | ||
// "allowArbitraryExtensions": true, /* Enable importing files with any extension, provided a declaration file is present. */ | ||
/* JavaScript Support */ | ||
"allowJs": true, /* Allow JavaScript files to be a part of your program. Use the `checkJS` option to get errors from these files. */ | ||
"checkJs": true, /* Enable error reporting in type-checked JavaScript files. */ | ||
"maxNodeModuleJsDepth": 1, /* Specify the maximum folder depth used for checking JavaScript files from `node_modules`. Only applicable with `allowJs`. */ | ||
/* Emit */ | ||
"declaration": true, /* Generate .d.ts files from TypeScript and JavaScript files in your project. */ | ||
"declarationMap": true, /* Create sourcemaps for d.ts files. */ | ||
"noEmit": true, /* Disable emitting files from a compilation. */ | ||
/* Interop Constraints */ | ||
"allowSyntheticDefaultImports": true, /* Allow `import x from y` when a module doesn't have a default export. */ | ||
"esModuleInterop": true, /* Emit additional JavaScript to ease support for importing CommonJS modules. This enables `allowSyntheticDefaultImports` for type compatibility. */ | ||
"forceConsistentCasingInFileNames": true, /* Ensure that casing is correct in imports. */ | ||
/* Type Checking */ | ||
"strict": true, /* Enable all strict type-checking options. */ | ||
/* Completeness */ | ||
// "skipLibCheck": true /* Skip type checking all .d.ts files. */ | ||
"target": "es2021", /* Set the JavaScript language version for emitted JavaScript and include compatible library declarations. */ | ||
}, | ||
@@ -46,0 +6,0 @@ "exclude": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11323
49
+ Addedcall-bound@^1.0.3
- Removedcall-bind@^1.0.6
Updatedis-data-view@^1.0.2