Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
id8 is a small library designed to help you write object-oriented code that is easy to maintain and scale. id8 contains a Class constructor, as well as full-featured Observer, Callback and Hash classes.
id8 can be pronounced in one of two ways:
ideate |ˈīdēˌāt| verb [ with obj. ] (often as adj. ideated) form an idea of; imagine or conceive: the arc whose ideated center is a nodal point in the composition. • [ no obj. ] form ideas; think. ORIGIN late 17th cent.: from medieval Latin ideat- ‘formed as an idea,’ from the verb ideare, from Latin idea.
This is the intended pronunciation, based on the functionality offered by id8's API.
idiot |ˈidēət| noun informal a stupid person. • Medicine, archaic a mentally handicapped person. ORIGIN Middle English (denoting a person of low intelligence): via Old French from Latin idiota ‘ignorant person,’ from Greek idiōtēs ‘private person, layman, ignorant person,’ from idios ‘own, private.’
Use this pronunciation if you're thinking, "why the hell is this idiot coming up with libraries whose names all contain the number 8‽".
id8.js only has one dependency m8.js.
NOTE:
If you are using id8 within a commonjs module, you don't need to require m8 before requiring id8 as this is done internally and a reference to m8 is available as: id8.m8
.
var id8 = require( 'id8' ),
m8 = id8.m8; // <= reference to m8
// if running in a sandboxed environment remember to:
m8.x( Object, Array, Boolean, Function, String ); // and/ or any other Types that require extending.
See m8: Extending into the future for more information on working with sandboxed modules.
Tested to work with nodejs, FF4+, Safari 5+, Chrome 7+, IE9+. Should technically work in any browser that supports ecma 5 without throwing any JavaScript errors.
(The MIT License)
Copyright © 2012 christos "constantology" constandinou http://muigui.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
FAQs
id8 is a small library designed to help you write object-oriented code that is easy to maintain and scale. id8 contains a Class constructor, as well as full-featured Observer, Callback and Hash classes.
The npm package id8 receives a total of 4 weekly downloads. As such, id8 popularity was classified as not popular.
We found that id8 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.